aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/visual.sh
blob: 50b8b42347bd380ffb053de1704deccbe9b01e3c (plain) (blame)
1
2
3
# For a visual editor, use whichever kind of vi we get when we invoke 'vi'
VISUAL='vi'
export VISUAL