summaryrefslogtreecommitdiff
path: root/config/home
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-02-02 02:13:40 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-02-02 02:13:40 +0100
commite9752056b6eb824b85854e20dadac31c197cd235 (patch)
treef60f7ba21b8bdfcfadb7f504679a9b13daa343e0 /config/home
parentca0cec60dacc4e8c6f8f37e0605b72bac54c9ea6 (diff)
parent541d9fa7014c5c197f7c8a09fa159ac84bd9a6a8 (diff)
Merge branch 'main' of debuc.com:dotfiles
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"