mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
SEMICOLON
This commit is contained in:
parent
1c55067ba3
commit
f2cc8b65ad
1 changed files with 2 additions and 2 deletions
|
|
@ -139,8 +139,8 @@
|
||||||
# set some aliases, feel free to add more or remove some
|
# set some aliases, feel free to add more or remove some
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
k = "kubectl";
|
k = "kubectl";
|
||||||
pimox = "tailscale ssh pimox"
|
pimox = "tailscale ssh pimox";
|
||||||
homelab = "tailscale ssh homelab"
|
homelab = "tailscale ssh homelab";
|
||||||
urldecode = "python3 -c 'import sys, urllib.parse as ul; print(ul.unquote_plus(sys.stdin.read()))'";
|
urldecode = "python3 -c 'import sys, urllib.parse as ul; print(ul.unquote_plus(sys.stdin.read()))'";
|
||||||
urlencode = "python3 -c 'import sys, urllib.parse as ul; print(ul.quote_plus(sys.stdin.read()))'";
|
urlencode = "python3 -c 'import sys, urllib.parse as ul; print(ul.quote_plus(sys.stdin.read()))'";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue