diff --git a/home/scripts/nixy/default.nix b/home/scripts/nixy/default.nix index b448891..e378a2d 100644 --- a/home/scripts/nixy/default.nix +++ b/home/scripts/nixy/default.nix @@ -44,7 +44,7 @@ let command=$(echo "$line" | sed 's/^[^;]*;//;s/^[^;]*;//') exec "$command" - exit 0 + exit $? } [[ $1 == "" ]] && ui