8 lines
129 B
Bash
8 lines
129 B
Bash
#!/usr/bin/env zsh
|
|
|
|
alias ls='ls -G'
|
|
export LSCOLORS='Exgxbxdxcxegedabagacad'
|
|
|
|
alias units='gunits --verbose'
|
|
|
|
source ~/.profile
|