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