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

export EDITOR="$(which em)" # emacs but like, better-er
export ALTERNATE_EDITOR=
export VISUAL="$EDITOR"