Fix name clashing
Fix name clashing of batter alias with bat the cat replacement
This commit is contained in:
@@ -30,8 +30,7 @@ alias update='sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y;
|
||||
alias pdf2text='pdftotext'
|
||||
alias pdf2txt='pdftotext'
|
||||
alias rm='printf "\033[1;031mUse trash!\n\033[0m"; false'
|
||||
alias bat='upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep -E "to full|percentage" | tr -d " " | sed "s/:/: /"'
|
||||
alias battery='bat'
|
||||
alias battery='upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep -E "to full|percentage" | tr -d " " | sed "s/:/: /"'
|
||||
alias qrdecode='zbarimg'
|
||||
alias pdfmerge='pdfunite'
|
||||
alias loadhist='fc -RI'
|
||||
|
||||
Reference in New Issue
Block a user