cleanup and fixes for config in home dir

This commit is contained in:
crater 2013-03-18 09:27:26 +01:00 committed by Alexander Gehrke (crater2150)
parent 57fa0afede
commit 6023ed42bf
13 changed files with 66 additions and 344 deletions

21
env_template Normal file
View file

@ -0,0 +1,21 @@
export ZDOTDIR="$HOME/.zsh"
PROMPT_UNICODE=yes
LANG=en_US.UTF-8
export LANG
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