removed doas nh fork, and ssh-try
This commit is contained in:
parent
d57745e3e7
commit
77ccb88c8b
@ -35,10 +35,13 @@
|
|||||||
c = "cat";
|
c = "cat";
|
||||||
sc = "systemctl --user";
|
sc = "systemctl --user";
|
||||||
jc = "journalctl --user -xefu";
|
jc = "journalctl --user -xefu";
|
||||||
nh = "nix run /home/jawz/Development/Git/nh#nh -- ";
|
|
||||||
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 = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user