From 2a3a7ab85803001185de2fdb05eceaa71e0a80cc Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 14 Dec 2024 11:41:07 -0600 Subject: [PATCH] task | fix ssh w/ greetd --- home/common/files/bash/bashrc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/home/common/files/bash/bashrc b/home/common/files/bash/bashrc index 769e80a..3d317ac 100755 --- a/home/common/files/bash/bashrc +++ b/home/common/files/bash/bashrc @@ -70,6 +70,17 @@ test -d /usr/bin && PATH="${PATH}:/usr/bin" test -d /bin && PATH="${PATH}:/bin" export PATH +############################## +######### ######### +######## SWAY Login? ######## +######### ######### +############################## + +if [[ "$(tty)" = "/dev/tty10" ]] +then + test -f "${HOME}/.bash_ssh" && source "${HOME}/.bash_ssh" +fi + #interactive login ? #####################################