From bdc5de20706f14c772f03e925f8ca5a6af9abc4e Mon Sep 17 00:00:00 2001 From: Viyurz <128215328+Viyurz@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:44:52 +0200 Subject: [PATCH] Moved export EDITOR=vim to .zshenv --- .config/hypr/hyprland.conf | 1 - .xinitrc | 1 - .zshenv | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 .zshenv diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 9aa6741..ed9ad77 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -48,7 +48,6 @@ exec-once = $HOME/.scripts/kill-wine-explorer.sh # Environement variables -env = EDITOR,vim env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_SESSION_TYPE,wayland env = XDG_SESSION_DESKTOP,Hyprland diff --git a/.xinitrc b/.xinitrc index fa2a1fa..a507f36 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,3 +1,2 @@ export DESKTOP_SESSION=plasma -export EDITOR=vim exec dbus-run-session startplasma-x11 diff --git a/.zshenv b/.zshenv new file mode 100644 index 0000000..d46bf43 --- /dev/null +++ b/.zshenv @@ -0,0 +1 @@ +export EDITOR=vim