chezmoi/bin/executable_,cd
2024-03-09 01:44:18 +01:00

12 lines
170 B
Bash

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