diff --git a/nix/base-system/.zshrc b/nix/base-system/.zshrc index 4de4e2b..31a4c7f 100644 --- a/nix/base-system/.zshrc +++ b/nix/base-system/.zshrc @@ -14,7 +14,7 @@ if [ -f "$HOME/Library/Application Support/dnvm/env" ]; then fi function service_restart() { - launchctl kickstart -k -p $1 + launchctl kickstart -k $1 } function root_shell() {