Change bye to be a function. Add spaces to the end of some aliases. Fix indentation to consistently be tabs.

This commit is contained in:
2026-03-27 17:13:14 -07:00
parent abc56b57cd
commit ab396a9739

View File

@@ -65,7 +65,7 @@ alias mv="mv -v"
alias rm="echo 'Move to ~/storage/shared/TRASH/ instead!'" alias rm="echo 'Move to ~/storage/shared/TRASH/ instead!'"
# Quickies # Quickies
alias bye="exit" function bye { exit; }
alias install="pkg install " alias install="pkg install "
alias uninstall="pkg uninstall " alias uninstall="pkg uninstall "
alias remove="uninstall " alias remove="uninstall "