diff options
Diffstat (limited to '.zprofile')
| -rw-r--r-- | .zprofile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ export PATH="$HOME/dotfiles/scripts/:$PATH" +export EDITOR="/bin/nvim" if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then exec dbus-launch --exit-with-session Hyprland |
