zshenv: add global shell settings
This commit is contained in:
parent
411de2f8d6
commit
e224924b6a
6
zshenv
6
zshenv
@ -6,4 +6,8 @@ export XDG_STATE_HOME="$HOME/.local/state"
|
|||||||
|
|
||||||
export EDITOR='nvim'
|
export EDITOR='nvim'
|
||||||
|
|
||||||
ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
|
# Shell settings
|
||||||
|
export HISTCONTROL="ignoredups"
|
||||||
|
export HISTFILE="${XDG_DATA_HOME:-$HOME/.local/share}/zsh/zsh_history"
|
||||||
|
export HISTSIZE=20000
|
||||||
|
export SAVEHIST=20000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user