dotfiles/source/50_editor.sh

6 lines
73 B
Bash

# Editing
export EDITOR='vim'
export VISUAL="$EDITOR"
alias q="$EDITOR"