this function isnt quite working

This commit is contained in:
Danilo Reyes 2025-07-24 02:10:59 -06:00
parent 053690fd50
commit 4221f9fb5d

View File

@ -38,10 +38,6 @@
open-gallery = '' open-gallery = ''
cd /srv/server/pool/scrapping/JawZ/gallery-dl && cd /srv/server/pool/scrapping/JawZ/gallery-dl &&
xdg-open "$(${fd}/bin/fd . ./ Husbands -tdirectory -d 1 | ${fzf}/bin/fzf -i)"''; xdg-open "$(${fd}/bin/fd . ./ Husbands -tdirectory -d 1 | ${fzf}/bin/fzf -i)"'';
ssh-try = ''
(){ while ! ssh -o ConnectTimeout=5 -o BatchMode=yes "$1" 'true' 2>/dev/null;
do sleep 10; done; ssh "$1"
'';
}; };
enableVteIntegration = true; enableVteIntegration = true;
initExtra = '' initExtra = ''