Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/zsh/darwin.zshrc
2026-08-30 13:23:40 -04:00

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