diff --git a/.zshrc b/.zshrc index 721f680..74e1cd1 100644 --- a/.zshrc +++ b/.zshrc @@ -85,6 +85,9 @@ source $ZSH/oh-my-zsh.sh # ssh # export SSH_KEY_PATH="~/.ssh/rsa_id" +# Set vim as default editor +export EDITOR='vim' + # Set personal aliases, overriding those provided by oh-my-zsh libs, # plugins, and themes. Aliases can be placed here, though oh-my-zsh # users are encouraged to define aliases within the ZSH_CUSTOM folder. @@ -99,6 +102,4 @@ alias la='ls -la' if [ -f ~/.dotfiles/.localcommands ] then source ~/.dotfiles/.localcommands -else - echo "\n\n" fi