aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/editor.sh
blob: 92535aeb6919949e13d65b98423192d13e8a9bbd (plain) (blame)
1
2
3
4
5
# Set editor
EDITOR=vi
VISUAL=$EDITOR
export EDITOR VISUAL