From f9b60680e1e2c55d0a93ec0016cfcb0dbfa67f69 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 18 Jan 2018 15:04:45 +0100 Subject: Make minor changes --- zsh/.zsh/.zprofile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zsh/.zsh/.zprofile') 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 -- cgit v1.2.3