Update aliases

This commit is contained in:
2014-12-03 14:49:47 -05:00
parent 4e81faf574
commit 780ec96c6b
2 changed files with 1 additions and 3 deletions

2
zshrc
View File

@@ -22,7 +22,7 @@ chpwd() {
if [[ $platform == 'Linux' ]]; then
ls -lrthG --color
elif [[ $platform == 'Darwin' ]]; then
ls -lrthG
ls -lG
fi
}