756 current 2024-06-18 15:38:12 24.11.20240618.31e107d 6.9.3-zen1 *
This commit is contained in:
parent
0e47774c3d
commit
6f0f78f53d
2 changed files with 24 additions and 23 deletions
|
|
@ -39,8 +39,9 @@ with pkgs; {
|
|||
umnt = "udisksctl unmount -b";
|
||||
burn = "pkill -9";
|
||||
diff = "diff --color=auto";
|
||||
wu = "nmcli con up zachary_myers";
|
||||
wd = "nmcli con down zachary_myers";
|
||||
ws = "sudo systemctl status openvpn-work.service";
|
||||
wu = "sudo systemctl start openvpn-work.service";
|
||||
wd = "sudo systemctl stop openvpn-work.service";
|
||||
"v" = "nvim";
|
||||
".." = "cd ..";
|
||||
"..." = "cd ../../";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue