Compare commits
2 commits
e5b7fe61ac
...
65a8661127
Author | SHA1 | Date | |
---|---|---|---|
|
65a8661127 | ||
|
d4c8aa0d61 |
3
home.nix
3
home.nix
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue