10 lines
175 B
Shell
10 lines
175 B
Shell
#!/usr/bin/env zsh
|
|
|
|
alias ls='ls --color=auto'
|
|
export LSCOLORS='Exgxbxdxcxegedabagacad'
|
|
|
|
alias units='gunits --verbose'
|
|
alias date='gdate'
|
|
alias awk='gawk'
|
|
|
|
source ~/.profile
|