1
0
mirror of https://github.com/akelge/vim synced 2025-07-03 13:49:07 +00:00

updated config

This commit is contained in:
simonec
2011-04-13 14:13:13 +00:00
parent 275c4a7bbf
commit f42869f496
10 changed files with 65 additions and 18 deletions

View File

@ -0,0 +1,13 @@
# Core Utils woth Brew
#
ver=`brew info coreutils 2>/dev/null| head -1|cut -d" " -f2`
[ "$ver" = "" -o "$ver" = "No" ] && return 1
if [ -f /etc/zsh/gdircolors ]; then
eval `gdircolors /etc/zsh/gdircolors`
else
eval `gdircolors`
fi
source /usr/local/Cellar/coreutils/$ver/aliases
#alias ls='ls -F -G' # We use OSX ls 'cause it shows extended attrs