summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2023-01-08 00:19:34 +0000
committerself <george@gabbott.dev>2023-01-08 00:19:34 +0000
commit4ae844412feebdb801e61a44e558853144754aa2 (patch)
tree25c3afdb5167a92ef5d61dbd577f8bbe78ff4a0b
parentcafc2de20627a3fab0e535881065798f8a734ac1 (diff)
VISUAL and EDITOR set
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index b83ccb9..1654783 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -44,6 +44,9 @@ export ORGD_CLD_PATH="$ORGD_ROOT/cld"
export ORGD_KT_PATH="$ORGD_ROOT/kt"
export ORGD_MED_PATH="$ORGD_ROOT/med"
+export VISUAL="/usr/bin/nvim"
+export EDITOR="/usr/bin/nvim"
+
########## Configuration #############
if [[ ! -d ~/.config/zsh/zsh-autopair ]]; then
git clone https://github.com/hlissner/zsh-autopair ~/.config/zsh/zsh-autopair