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