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