diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-08-15 13:36:59 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-08-15 13:36:59 +0200 |
commit | cf02ebd79108335a1d2db756e107291f2e9bbe42 (patch) | |
tree | 821774f461bd2e1553c2da533c7f7fbc0cc15e03 /config/home | |
parent | b3a25c858a5cf55c954e9d78acd75a135992778d (diff) |
checkpoint
Diffstat (limited to 'config/home')
-rw-r--r-- | config/home/.zshenv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/home/.zshenv b/config/home/.zshenv index 34a7c2f..189d10b 100644 --- a/config/home/.zshenv +++ b/config/home/.zshenv @@ -1,6 +1,6 @@ #!/bin/zsh -export EDITOR="vis" -export VISUAL="vis" +export EDITOR="nvim" +export VISUAL="nvim" export BROWSER="osurf" export VIEWER="zathura" |