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