Fix name clashing

Fix name clashing of batter alias with bat the cat replacement
This commit is contained in:
2020-08-20 00:20:21 +02:00
parent 7ae6b2189d
commit c1315bd693

View File

@@ -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'