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 a126811..4666817 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,7 +1,9 @@ #!/bin/bash - +#shopt -s checkwinsize +shopt | grep checkwinsize sudo su pogmom -c ' \ shopt -s checkwinsize; \ +shopt | grep checkwinsize; \ eval $(ssh-agent); \ for file in $(find ~/.ssh/ -type f -name "id*" -not -name "*.*") ; do \ if [ -f "$file" ] ; then \