aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 0df305c..fba7aa4 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,4 +1,5 @@
export ZSH="$HOME/.oh-my-zsh"
+export EDITOR=nvim
ZSH_THEME="ys"
@@ -16,3 +17,4 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
export PATH=$PATH:~/.local/bin
+