diff --git a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/.ssh_agent.sh b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/.ssh_agent.sh index 4666817..63fbef6 100755 --- a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/.ssh_agent.sh +++ b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/.ssh_agent.sh @@ -1,9 +1,12 @@ #!/bin/bash +source ~/.bashrc #shopt -s checkwinsize -shopt | grep checkwinsize +#shopt | grep checkwinsize +clear sudo su pogmom -c ' \ -shopt -s checkwinsize; \ -shopt | grep checkwinsize; \ +#shopt -s checkwinsize; \ +#shopt | grep checkwinsize; \ +source ~/.bashrc; \ eval $(ssh-agent); \ for file in $(find ~/.ssh/ -type f -name "id*" -not -name "*.*") ; do \ if [ -f "$file" ] ; then \