From 5c336ecfa681f93d8eddcddf76c4216e20966bbe Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sun, 11 Aug 2024 08:41:49 -0400 Subject: [PATCH] dev: remove the pid output On certain kinds of service failures it blocks forever. --- nix/base-system/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {