summaryrefslogtreecommitdiff
path: root/config/home
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-01-25 13:47:35 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-01-25 13:47:35 +0100
commit06c3f38bb0d1b77902617bfa5757561262873124 (patch)
tree72495f08bf38cff2c0639baa26a6a04498bb174a /config/home
parentf357796d8ccfad14cbe6de192bcf22d75e829778 (diff)
Update zsh
Diffstat (limited to 'config/home')
-rw-r--r--config/home/.zshenv4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/home/.zshenv b/config/home/.zshenv
index e8021ec..cfaef9c 100644
--- a/config/home/.zshenv
+++ b/config/home/.zshenv
@@ -1,6 +1,6 @@
#!/bin/zsh
-export EDITOR="emacsclient -nw -q"
-export VISUAL="emacsclient -nw -q"
+export EDITOR="nvim"
+export VISUAL="nvim"
export BROWSER="librewolf"
export VIEWER="zathura"