diff options
Diffstat (limited to 'zsh/.zsh/.zprofile')
-rw-r--r-- | zsh/.zsh/.zprofile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/zsh/.zsh/.zprofile b/zsh/.zsh/.zprofile index 38e7bb0..e6c4265 100644 --- a/zsh/.zsh/.zprofile +++ b/zsh/.zsh/.zprofile @@ -1,5 +1,7 @@ -export EDITOR=vim +export EDITOR=nvim +export VISUAL=nvim export HISTSIZE=1000000 +export SAVEHIST=$HISTSIZE # Start X automatically [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx |