From 22e03590207a1eda96ee9a7efbd3585a259e95f4 Mon Sep 17 00:00:00 2001 From: PieckA Date: Sat, 25 May 2024 14:32:26 +0200 Subject: [PATCH] addet some functionality --- functions/c_fisher.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/c_fisher.fish b/functions/c_fisher.fish index cc06c21..d41e90c 100644 --- a/functions/c_fisher.fish +++ b/functions/c_fisher.fish @@ -32,6 +32,7 @@ function check_fisher if not command -v $dep >/dev/null 2>&1 echo "Dependency $dep is not installed. Installing..." if test -n "$FISH_INSTALL" + upin $FISH_INSTALL $dep else echo "FISH_INSTALL is not defined ' $FISH_INSTALL '. Please install $dep manually."