diff options
Diffstat (limited to '.config/shell')
-rw-r--r-- | .config/shell/profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile new file mode 100644 index 0000000..1391f75 --- /dev/null +++ b/.config/shell/profile @@ -0,0 +1,2 @@ +export ZDOTDIR="$HOME/.config/zsh" +[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Hyprland >/dev/null 2>&1 && exec "/home/awy/.config/hypr/start.sh" |