diff --git a/functions/wait.fish b/functions/wait.fish index 0b24a98..dad6220 100644 --- a/functions/wait.fish +++ b/functions/wait.fish @@ -8,7 +8,6 @@ function wait -d "Run commands and display a spinner" getopts $argv | while read -l 1 2 switch "$1" - case - case _ set commands $commands ";$2" @@ -123,7 +122,6 @@ function wait -d "Run commands and display a spinner" end if test -z (jobs) - # printf "$format" | tr @ "\0" > /dev/stderr break end end