zsh:alias: Remove :q -> exit alias

I stopped using it in favor of Ctrl-D and see the downside that I might
close a shell by accident.
This commit is contained in:
2024-03-18 12:04:26 +01:00
parent 8096917ad4
commit ed9ed6fd28

View File

@@ -123,7 +123,6 @@ fi
alias rd='rmdir'
alias md='mkdir -p'
alias o='xdg-open'
alias :{q,Q}='exit'
alias pdf2t{e,}xt='pdftotext'
alias battery='cat /sys/class/power_supply/BAT0/capacity'
alias loadhist='fc -RI'