Adjusted prompts and colours.

This commit is contained in:
Alex Satrapa 2011-02-16 12:08:55 +11:00
commit 2ceae438fe
3 changed files with 21 additions and 21 deletions

View file

@ -7,7 +7,7 @@ export LSCOLORS="Gxfxcxdxbxegedabagacad"
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'
ls --color -d . &>/dev/null 2>&1 && alias ls='ls --color=auto -A' || alias ls='ls -G -A'
fi
#setopt no_beep