about summary refs log tree commit diff stats
path: root/profile/defaults.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile/defaults.sh')
-rw-r--r--profile/defaults.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/profile/defaults.sh b/profile/defaults.sh index 8facc97..e167147 100644 --- a/profile/defaults.sh +++ b/profile/defaults.sh
@@ -1,4 +1,5 @@
1# Default programs 1# Default programs
2 2
3export EDITOR="$(which vim)" # TODO: change to emacs 3export EDITOR="$(which emacsclient)"
4export ALTERNATE_EDITOR=
4export VISUAL="$EDITOR" 5export VISUAL="$EDITOR"