Remove protonup and protondown aliases
This commit is contained in:
parent
f4e4e72287
commit
b3fca3a547
|
@ -14,8 +14,6 @@
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
sync-all = "sync-git; vdirsyncer sync; mbsync -a";
|
sync-all = "sync-git; vdirsyncer sync; mbsync -a";
|
||||||
sync-and-shutdown = "sync-all && shutdown now";
|
sync-and-shutdown = "sync-all && shutdown now";
|
||||||
protonup = "sudo wg-quick up protonvpn && sudo wg";
|
|
||||||
protondown = "sudo wg-quick down protonvpn";
|
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
# Shells
|
# Shells
|
||||||
|
|
Loading…
Reference in a new issue