summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-06-19 15:32:10 +0200
committerTom Barrett <tom@tombarrett.xyz>2021-06-19 15:32:10 +0200
commitd25d43d9d29585b0f053de0a1590e4f1bbd715ab (patch)
treefbab778203feb510915a17220e38e524b9d17b10 /.zshrc
parent3eae1f8bb29ac7968d9f6efbe3d6da1d35aa0b0c (diff)
useful variable
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 0cc6d76..db90775 100644
--- a/.zshrc
+++ b/.zshrc
@@ -10,6 +10,8 @@ path=( "$HOME/bin"
"/usr/local/sbin"
)
export PATH
+EDITOR=nvim
+export EDITOR
autoload -Uz compinit
compinit