diff --git a/home/zprofile b/home/zprofile index 6f5bcb8..a4850a5 100644 --- a/home/zprofile +++ b/home/zprofile @@ -11,7 +11,6 @@ addpath() { } addpath ~/.local/bin -addpath ~/.local/share/qemu/bin # Start Hyprland if the tty is 1 if [ "$(tty)" = /dev/tty1 ]; then diff --git a/home/zshenv b/home/zshenv index 4f3f33a..e8cca1b 100644 --- a/home/zshenv +++ b/home/zshenv @@ -1,2 +1 @@ -export EDITOR=nvim - +export EDITOR=helix