diff options
author | self <george@gabbott.dev> | 2023-01-08 00:19:34 +0000 |
---|---|---|
committer | self <george@gabbott.dev> | 2023-01-08 00:19:34 +0000 |
commit | 4ae844412feebdb801e61a44e558853144754aa2 (patch) | |
tree | 25c3afdb5167a92ef5d61dbd577f8bbe78ff4a0b /zsh/.zshrc | |
parent | cafc2de20627a3fab0e535881065798f8a734ac1 (diff) |
VISUAL and EDITOR set
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |