From c84a8d50280e498a13e0d71f49d819e4f7c53291 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Sat, 10 Jun 2023 16:30:59 +0100 Subject: [PATCH] fix last commit --- other.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/other.fish b/other.fish index fda634f..a731544 100644 --- a/other.fish +++ b/other.fish @@ -1,6 +1,7 @@ function nixsh - if count $argv = 0 > /dev/null + if count $argv > /dev/null nix-shell --run "fish" + return $status end nix-shell --run "fish" -p $argv