dots/.bashrc

12 lines
353 B
Bash

#
# ~/.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]\$ '