summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home-config/bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-config/bash_profile b/home-config/bash_profile
index ebc6cba..1aa335f 100644
--- a/home-config/bash_profile
+++ b/home-config/bash_profile
@@ -10,7 +10,7 @@ export PATH=$PATH:~/.nix-profile/bin
10# Honor per-interactive-shell startup file 10# Honor per-interactive-shell startup file
11if [ -f ~/.bashrc ]; then . ~/.bashrc; fi 11if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
12 12
13if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then 13if [ -z "$SSH_CLIENT" ] && [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
14 exec Hyprland 14 exec Hyprland
15fi 15fi
16 16