cleanup and fixes for config in home dir
This commit is contained in:
parent
57fa0afede
commit
6023ed42bf
13 changed files with 66 additions and 344 deletions
21
env_template
Normal file
21
env_template
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue