From 06f3e588c2c4bad39e1149f2c24fe0f3a20fbb52 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 2 May 2024 20:30:01 -0600 Subject: [PATCH] New backup 2024-05-02 20:30:01 --- .../profiles/1/shortcuts/.SSH/.ssh_agent.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 \