7 lines
136 B
Bash
7 lines
136 B
Bash
|
# used by aliases that need an editor
|
||
|
# export EDITOR=atom
|
||
|
# export ELECTRON_TRASH=gio
|
||
|
export EDITOR=nano
|
||
|
|
||
|
export BROWSER=google-chrome
|