zshenv: misc cleanups
This commit is contained in:
parent
e224924b6a
commit
93624e341d
3
zshenv
3
zshenv
@ -1,10 +1,11 @@
|
||||
# /etc/zsh/zshenv
|
||||
# zsh environment variables
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
export XDG_STATE_HOME="$HOME/.local/state"
|
||||
|
||||
export EDITOR='nvim'
|
||||
export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
|
||||
|
||||
# Shell settings
|
||||
export HISTCONTROL="ignoredups"
|
||||
|
Loading…
x
Reference in New Issue
Block a user