diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/home/.zshenv | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/home/.zshenv b/config/home/.zshenv index 189d10b..3b0bc8c 100644 --- a/config/home/.zshenv +++ b/config/home/.zshenv @@ -1,8 +1,8 @@ #!/bin/zsh -export EDITOR="nvim" -export VISUAL="nvim" +export EDITOR="vis" +export VISUAL="vis" -export BROWSER="osurf" +export BROWSER="zen-browser" export VIEWER="zathura" export PLAYER="mpv" |