here's the actual .bashrc

This commit is contained in:
Eri 2022-12-11 20:39:17 -05:00
parent 0f50d07c94
commit 12fe316c07
1 changed files with 11 additions and 0 deletions

11
.bashrc Normal file
View File

@ -0,0 +1,11 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias rice='xinput set-prop 11 303 1 && xinput set-prop 11 313 0 &&wal -i ~/Pictures/Wallpapers/Nature/Landscapes/japan/mt_fuji_clay_banks.jpg'
alias btry='upower -i /org/freedesktop/UPower/devices/battery_BAT0'
PS1='[\u@\h \W]\$ '