diff --git a/modules/shell/zsh/aliases.nix b/modules/shell/zsh/aliases.nix index 058fce7..27a1279 100644 --- a/modules/shell/zsh/aliases.nix +++ b/modules/shell/zsh/aliases.nix @@ -38,8 +38,8 @@ with pkgs; { umnt = "udisksctl unmount -b"; burn = "pkill -9"; diff = "diff --color=auto"; - wu = "nmcli con up zack_myers"; - wd = "nmcli con down zack_myers"; + wu = "nmcli con up zachary_myers"; + wd = "nmcli con down zachary_myers"; "v" = "nvim"; ".." = "cd .."; "..." = "cd ../../";