Moved export EDITOR=vim to .zshenv
This commit is contained in:
parent
f8d8d5a445
commit
bdc5de2070
3 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
1
.xinitrc
1
.xinitrc
|
@ -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
1
.zshenv
Normal file
|
@ -0,0 +1 @@
|
||||||
|
export EDITOR=vim
|
Loading…
Reference in a new issue