Update bin/,cd

This commit is contained in:
2024-03-09 10:37:29 +01:00
parent 62fabf958c
commit 4b49364485

View File

@@ -1,11 +1,3 @@
#!/bin/bash #!/usr/bin/env zsh
fz
( nohup fuzzy-clone cache update >/dev/null 2>&1 & )
choice=$(fuzzy-clone)
if [[ $? -ne 0 ]]; then
return $?
fi
cd "$(echo "$choice" | tail --lines 1)"