diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-10-06 03:12:32 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-10-06 03:12:32 +0200 |
| commit | 1e4d281f3706f7b5ab32f992c8ffac78e40ab5bf (patch) | |
| tree | ef15cc2852a59d1c57d67d6469265b49e3cdf59a /.config/shell/profile | |
| parent | 06f7453ca95fe2583ddf4bac058f3170de9fc2af (diff) | |
new pc setup
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" |
