Fixed aliases and theme appearance.

This commit is contained in:
Carlos Cardoso 2012-10-25 14:16:27 -02:00
commit 623c4b2ac3
5 changed files with 52 additions and 96 deletions

View file

@ -3,13 +3,6 @@ autoload colors; colors;
export LSCOLORS="Gxfxcxdxbxegedabagacad"
#export LS_COLORS
# Enable ls colors
if [ "$DISABLE_LS_COLORS" != "true" ]
then
# Find the option for using colors in ls, depending on the version: Linux or BSD
ls --color -d . &>/dev/null 2>&1 && alias ls='ls --color=tty' || alias ls='ls -G'
fi
#setopt no_beep
setopt auto_cd
setopt multios