1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

zsh: move zsh into .config

This commit is contained in:
2018-04-11 16:42:01 +01:00
parent ebc435ad33
commit 1bc7dd7845
3 changed files with 10 additions and 0 deletions

View File

@ -20,6 +20,10 @@ export VIMINIT=":so $MYVIMRC"
export EDITOR="vim"
export VISUAL="vim"
# Allow ZSH to load from ~/.config/zsh
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
export MANPAGER="less -+N"
export TERMINAL="termite"
export BROWSER="chromium"