Moved export EDITOR=vim to .zshenv

This commit is contained in:
Viyurz 2023-10-10 10:44:52 +02:00
parent f8d8d5a445
commit bdc5de2070
No known key found for this signature in database
3 changed files with 1 additions and 2 deletions

View file

@ -48,7 +48,6 @@ exec-once = $HOME/.scripts/kill-wine-explorer.sh
# Environement variables # Environement variables
env = EDITOR,vim
env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_CURRENT_DESKTOP,Hyprland
env = XDG_SESSION_TYPE,wayland env = XDG_SESSION_TYPE,wayland
env = XDG_SESSION_DESKTOP,Hyprland env = XDG_SESSION_DESKTOP,Hyprland

View file

@ -1,3 +1,2 @@
export DESKTOP_SESSION=plasma export DESKTOP_SESSION=plasma
export EDITOR=vim
exec dbus-run-session startplasma-x11 exec dbus-run-session startplasma-x11

1
.zshenv Normal file
View file

@ -0,0 +1 @@
export EDITOR=vim