From 62fabf958c92af9d9717c39f6ef267440ea9aed8 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 9 Mar 2024 01:44:18 +0100 Subject: [PATCH] Update bin/,cd --- bin/executable_,cd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/executable_,cd b/bin/executable_,cd index 750a044..f26e3df 100644 --- a/bin/executable_,cd +++ b/bin/executable_,cd @@ -1,9 +1,9 @@ #!/bin/bash -( nohup toolkit github fuzzy-clone update >/dev/null 2>&1 & ) +( nohup fuzzy-clone cache update >/dev/null 2>&1 & ) -choice=$(toolkit github fuzzy-clone --print-dest) +choice=$(fuzzy-clone) if [[ $? -ne 0 ]]; then return $? fi