summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-04-16 10:33:05 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-04-16 10:33:05 +0800
commita13699bddd3490cb100d648b22605d3cba46d4cd (patch)
tree541f6fa7069922110134d2dfc9dbaf7a629f5943 /.zshrc
parent8e7e9921d0aa6629aa0b217c743dbe526980248b (diff)
I no longer use vim... now I use nvim
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 45f3f3f..28416d3 100644
--- a/.zshrc
+++ b/.zshrc
@@ -12,7 +12,7 @@ plugins=(
source $ZSH/oh-my-zsh.sh
-export EDITOR=/usr/bin/vim
+export EDITOR=/usr/bin/nvim
export BROWSER=/usr/bin/firefox
export PROJECT_PATHS=(~/Projects/ ~/Projects/_cloned/ ~/Projects/_archive/)
export GOPROXY=https://proxy.golang.com.cn,direct