Go back to shorthand because macOS

This commit is contained in:
Josh Sherman 2024-06-25 20:38:58 -05:00
parent 7db4ff12a3
commit f55283485b
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -2,9 +2,9 @@
unalias -a unalias -a
# Prompt when doing something destructive # Prompt when doing something destructive
alias cp='cp --interactive' alias cp='cp -i'
alias mv='mv --interactive' alias mv='mv -i'
alias rm='rm --interactive' alias rm='rm -i'
# Colorize output, make ls human-readable and add classification indicators # Colorize output, make ls human-readable and add classification indicators
if [[ `uname` == Darwin ]]; then if [[ `uname` == Darwin ]]; then