6 lines
77 B
Bash
6 lines
77 B
Bash
|
# Default Environment
|
||
|
export EDITOR=vim
|
||
|
export VISUAL=vim
|
||
|
export PAGER=less
|
||
|
|