zsh/env_template
Alexander Gehrke (crater2150) 1375ee2f3c README file (and some fixes)
2013-03-18 13:25:38 +01:00

20 lines
392 B
Plaintext

export ZDOTDIR="$HOME/.zsh"
PROMPT_UNICODE=yes
zcpath="$ZDOTDIR"
# on foreign server I don't want to accidentaly alarm admins
sudo() {
echo "no root here";
}
su() {
echo "no root here";
}
# set modules to load. here: exclude highlight, because it is no fun over slow
# connections
ZMODLOAD_ONLY=( autoloader bindings completion vcs prompt )
source $zcpath/zprofile
source $zcpath/zshrc