]> git.armaanb.net Git - config.org.git/commitdiff
Fix $VISUAL export
authorArmaan Bhojwani <me@armaanb.net>
Fri, 2 Apr 2021 16:23:23 +0000 (12:23 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Fri, 2 Apr 2021 16:23:23 +0000 (12:23 -0400)
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)"