dotfiles/shell/editor

6 lines
76 B
Bash
Executable file

# default editor
EDITOR=vim
VISUAL=vim
export EDITOR VISUAL
# vim: ft=bash