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 ? #####################################