Compare commits

...

2 commits

Author SHA1 Message Date
Bit Borealis 65a8661127 added ping commands 2023-07-24 06:35:42 +00:00
Bit Borealis d4c8aa0d61 added ksh 2023-07-24 06:30:52 +00:00

View file

@ -111,6 +111,9 @@
shellAliases = { shellAliases = {
aria = "aria2c -c -k1M -x10"; aria = "aria2c -c -k1M -x10";
dw = "diceware -n 6 -d -"; dw = "diceware -n 6 -d -";
ksh = "kitty +kitten ssh";
p = "ping -s 128 -O -c 100 -A -D 1.1.1.1";
pf = "sudo ping -f -c 100 -A 1.1.1.1";
}; };
functions = { functions = {
edit = '' edit = ''