]> git.armaanb.net Git - config.org.git/blobdiff - config.org
Fix $VISUAL export
[config.org.git] / config.org
index 96cc2096bee11025d473a6d30cdb6e105bf0d9e4..c0e9d80e9830e2cb791062cdd2c171cc1693a4e5 100644 (file)
@@ -1170,7 +1170,7 @@ I manage plugins using my own plugin manager, ZPE. https://git.sr.ht/~armaan/zpe
 *** Exports
 #+begin_src shell :tangle ~/.config/zsh/zshrc
   export EDITOR="emacsclient -c"
-  export VISUAL="$VISUAL"
+  export VISUAL="$EDITOR"
   export TERM=xterm-256color # for compatability
 
   export GPG_TTY="$(tty)"