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

export EDITOR="$(which vim)" # TODO: change to emacs
export VISUAL="$EDITOR"