5 lines
76 B
Bash
5 lines
76 B
Bash
|
# Default Environment
|
||
|
export EDITOR=vim
|
||
|
export VISUAL=vim
|
||
|
export PAGER=less
|