Set alternate editor

This commit is contained in:
2016-10-09 11:43:39 -07:00
parent 3bb41246d9
commit 809ff42434

View File

@@ -4,6 +4,7 @@
# Default browser
set -g -x EDITOR "emacsclient"
set -g -x ALTERNATE_EDITOR "vim"
# Add ~/bin to PATH
set -g -x PATH ~/bin $PATH