summaryrefslogtreecommitdiff
path: root/config/home/.zshenv
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-12-07 23:48:29 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-12-07 23:48:29 +0100
commitaa203d82a7711650e48d297f65fe792b7314c534 (patch)
tree242666e3c944266c77ac45fe932b3f35fb729f1b /config/home/.zshenv
parent4fed98c4cb8fc44867bb663ad060ccf426ab4c07 (diff)
use emacs as EDITOR
Diffstat (limited to 'config/home/.zshenv')
-rw-r--r--config/home/.zshenv4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/home/.zshenv b/config/home/.zshenv
index cfaef9c..d33fbd7 100644
--- a/config/home/.zshenv
+++ b/config/home/.zshenv
@@ -1,6 +1,6 @@
#!/bin/zsh
-export EDITOR="nvim"
-export VISUAL="nvim"
+export EDITOR="emacsclient -t"
+export VISUAL="emacsclient -t -c -a emacs"
export BROWSER="librewolf"
export VIEWER="zathura"