diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-07-22 20:53:11 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-07-22 20:53:11 -0400 |
| commit | 08f7fb2f3a2306b54ddcc26e72c758625a14acc0 (patch) | |
| tree | a9b6236ad4d43b92f4e7324b4e2820867d93aed0 /.zprofile | |
| parent | 66cf16d9f9124b5f6790565b2b98ead97e501595 (diff) | |
small improvements
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 |
