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

View file

@ -9,5 +9,5 @@ bindkey "^[m" copy-prev-shell-word
setopt long_list_jobs
## pager
export PAGER=less
export PAGER='less -MR'
export LC_CTYPE=en_US.UTF-8