From 4be1f8eb2064c1362f58b1668ee5b27813496a03 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 8 Feb 2024 14:07:08 -0600 Subject: home/zshrc: update spawn error message --- home/zshrc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/zshrc.nix b/home/zshrc.nix index ec231f5..1c61df4 100644 --- a/home/zshrc.nix +++ b/home/zshrc.nix @@ -9,7 +9,7 @@ function spawn() { if [ ! -x "$(command -v $1)" ]; then - echo "spawn: no such shit: $1" >&2 + echo "spawn: no such command: $1" >&2 return 1 fi -- cgit v1.2.3