1
0
Fork 0
dotfiles/zsh/darwin.zshrc

8 lines
139 B
Bash

#!/usr/bin/env zsh
alias ls='ls --color=auto'
export LSCOLORS='Exgxbxdxcxegedabagacad'
alias units='gunits --verbose'
source ~/.profile