Move gnome-terminal hack eariler.
This commit is contained in:
10
.zshrc
10
.zshrc
@@ -33,6 +33,11 @@ else
|
||||
export PAGER="less"
|
||||
fi
|
||||
#
|
||||
# Hack for gnome-terminal
|
||||
if [[ "$COLORTERM" == "gnome-terminal" ]]; then
|
||||
export TERM=xterm-256color
|
||||
fi
|
||||
#
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
#
|
||||
@@ -88,11 +93,6 @@ else
|
||||
alias "ls=/bin/ls -aF"
|
||||
fi
|
||||
#
|
||||
# Hack for gnome-terminal
|
||||
if [[ "$COLORTERM" == "gnome-terminal" ]]; then
|
||||
export TERM=xterm-256color
|
||||
fi
|
||||
#
|
||||
export BLOCKSIZE="k"
|
||||
export EDITOR="vim"
|
||||
export GIT_PAGER="less"
|
||||
|
||||
Reference in New Issue
Block a user