dotfile: add environment variables

whole-command-tab-completion
bretello 2020-02-14 16:37:43 +01:00
parent 84b881a648
commit b7378cfe46
1 changed files with 6 additions and 0 deletions

View File

@ -17,9 +17,15 @@ elif [[ $uname == *"Debian"* ]]; then
os_extra=(debian)
fi
# Misc environment variables
# https://www.xkcd.com/378/
export EDITOR="vim"
export HISTSIZE=100000
export LANG=en_US.UTF-8
plugins=($shared_plugins $os_extra)
alias esource="$EDITOR $HOME/.zshrc"