Skip to content

Commit

Permalink
🐛 gitme requires fasd
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhomer committed Nov 18, 2023
1 parent e7a2be8 commit a474771
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/dotme-gitme
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@

should-run -m 7 $@ $0 || exit 0

$(shim) && cd ${ME} && . bin/i.sh
if ! command -v fasd ; then
log::info "fasd not installed"
exit
fi

# Clear directories from the fasd cache that have no value in fasd cache


fasd -D \
$HOME/.config/nvim/plugged \
$HOME/.config/nvim/plugged\* \
Expand Down

0 comments on commit a474771

Please sign in to comment.