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