From 4ae844412feebdb801e61a44e558853144754aa2 Mon Sep 17 00:00:00 2001 From: self Date: Sun, 8 Jan 2023 00:19:34 +0000 Subject: VISUAL and EDITOR set --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh') 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 -- cgit v1.2.1