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

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