mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21: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)
|
os_extra=(debian)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Misc environment variables
|
||||||
|
|
||||||
# https://www.xkcd.com/378/
|
# https://www.xkcd.com/378/
|
||||||
export EDITOR="vim"
|
export EDITOR="vim"
|
||||||
|
|
||||||
|
export HISTSIZE=100000
|
||||||
|
export LANG=en_US.UTF-8
|
||||||
|
|
||||||
|
|
||||||
plugins=($shared_plugins $os_extra)
|
plugins=($shared_plugins $os_extra)
|
||||||
|
|
||||||
alias esource="$EDITOR $HOME/.zshrc"
|
alias esource="$EDITOR $HOME/.zshrc"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user