Add fallbacks for stuff often in .zshenv
This commit is contained in:
parent
5de762d96b
commit
9352498941
7
.zshrc
7
.zshrc
|
@ -1,5 +1,12 @@
|
|||
typeset -g EXTERN_PLUGINS="$ZDOTDIR/extern/"
|
||||
|
||||
typeset -g ZDOTDIR=${ZDOTDIR:-~/.config/zsh}
|
||||
typeset -g HISTFILE=${HISTFILE:-~/.histfile}
|
||||
typeset -g CACHEPATH=${CACHEPATH:-~/.cache}
|
||||
|
||||
export EDITOR=${EDITOR:-vim}
|
||||
export PAGER=${PAGER:-less}
|
||||
|
||||
source "$ZDOTDIR/options.zsh"
|
||||
source "$ZDOTDIR/completions.zsh"
|
||||
source "$ZDOTDIR/input.zsh"
|
||||
|
|
Loading…
Reference in New Issue