1
0
Fork 0

zsh(darwin): Alias more GNU versions of tools

This commit is contained in:
Jeremy Kaplan 2024-11-13 10:41:45 -05:00
commit f2b256be97

View file

@ -4,6 +4,8 @@ alias ls='ls --color=auto'
export LSCOLORS='Exgxbxdxcxegedabagacad' export LSCOLORS='Exgxbxdxcxegedabagacad'
alias units='gunits --verbose' alias units='gunits --verbose'
alias date='gdate'
alias awk='gawk'
source ~/.profile source ~/.profile