Browse Source

No need for default in VIMINIT

pull/2/head
Ryan Reed 3 years ago
parent
commit
7382ceb4fa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dot_zshenv

+ 1
- 1
dot_zshenv View File

@ -9,7 +9,7 @@ export ZDOTDIR="$XDG_CONFIG_HOME"/zsh
export HISTFILE="$XDG_STATE_HOME"/zsh/history
# Define other XDG location
export VIMINIT="set nocp | source ${XDG_CONFIG_HOME:-$HOME/.config}/vim/vimrc"
export VIMINIT="set nocp | source ${XDG_CONFIG_HOME}/vim/vimrc"
# Taken from https://github.com/thoughtbot/dotfiles/blob/master/zshenv


Loading…
Cancel
Save