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