diff options
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 4d94449..b3ad122 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -1,5 +1,6 @@ export _JAVA_AWT_WM_NONREPARENTING=1 -export EDITOR="vim" +export EDITOR="nano" +export SUDO_EDITOR="nano" export TERMINAL="urxvt" export BROWSER="firefox" |
