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