chezmoi/bin/executable_,cd
kjuulh ef2da35882
Add bin/,cd
Add bin/,drive
Add bin/,review
Add bin/,review-renovate
2023-07-24 12:41:43 +02:00

11 lines
202 B
Bash

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