about summary refs log tree commit diff stats
path: root/profile/defaults.sh
blob: e1671477c5701d8de1e387721eaca58dce1a0055 (plain)
1
2
3
4
5
# Default programs

export EDITOR="$(which emacsclient)"
export ALTERNATE_EDITOR=
export VISUAL="$EDITOR"