diff options
| -rw-r--r-- | home/zshrc.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
