diff options
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index da7ff8f..a774d0e 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -1,7 +1,7 @@ -umask 0077 +umask 0076 export _JAVA_AWT_WM_NONREPARENTING=1 -export EDITOR="emacsclient -t" +export EDITOR="nvim" export TERMINAL="st" export BROWSER="firefox" |
