Update bin/,cd
This commit is contained in:
parent
62fabf958c
commit
4b49364485
@ -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)"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user