From 9f77ae110a2b71b433627228666dda6153a25796 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Sat, 10 Jun 2023 16:32:57 +0100 Subject: [PATCH] fix last commit --- other.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other.fish b/other.fish index a731544..c6fbced 100644 --- a/other.fish +++ b/other.fish @@ -1,5 +1,5 @@ function nixsh - if count $argv > /dev/null + if test (count $argv) = 0 nix-shell --run "fish" return $status end