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