11 lines
163 B
Bash
11 lines
163 B
Bash
export PATH=$PATH:/home/uruba/scripts
|
|
|
|
export EDITOR=nvim
|
|
|
|
export NNN_OPTS='ds'
|
|
export NNN_COLORS='1235'
|
|
export NNN_TRASH=1
|
|
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
|
|