mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
dotfile: add environment variables
This commit is contained in:
parent
84b881a648
commit
b7378cfe46
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user