dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 42db76e990b5702bedcf041b924433bbb07b6a8e
parent 154098f0edbca75478f5883b6958cd7b1f29fa4f
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 19 Aug 2015 12:56:56 +0200

remove alternate ls aliases

Diffstat:
M.zshrc | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.zshrc b/.zshrc @@ -103,11 +103,11 @@ alias python-prof='python -m cProfile -s time' alias pipupgrade='pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs pip install -U' # enable color support of ls and also add handy aliases -if [[ "$ARCH" != 'Darwin' ]]; then - alias ls='ls --color=auto' -else - alias ls='ls -G' -fi +#if [[ "$ARCH" != 'Darwin' ]]; then + #alias ls='ls --color=auto' +#else + #alias ls='ls -G' +#fi #alias dir='dir --color=auto' #alias vdir='vdir --color=auto' alias grep='grep --color=auto'