Expand variable during use, not during assignment
This commit is contained in:
parent
6e11fe0b7e
commit
412282ccee
|
@ -14,7 +14,7 @@ alias ll="ls -alh"
|
|||
alias fuck='sudo "$BASH" -c "$(history -p !!)"'
|
||||
|
||||
# improve default options for CLI tools
|
||||
alias diff="diff --side-by-side --left-column -W $COLUMNS"
|
||||
alias diff="diff --side-by-side --left-column -W \$COLUMNS"
|
||||
|
||||
# OS functions (TODO: should be broken out and pulled in based on OS)
|
||||
alias apt-all="sudo apt-get update; sudo apt-get full-upgrade -y; sudo apt-get autoremove -y; sudo apt-get clean -y;"
|
||||
|
|
Loading…
Reference in New Issue