mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
6 lines
76 B
Bash
Executable file
6 lines
76 B
Bash
Executable file
# default editor
|
|
EDITOR=vim
|
|
VISUAL=vim
|
|
export EDITOR VISUAL
|
|
|
|
# vim: ft=bash
|