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