From a4747716a0263831101850c345c95c629896ff6b Mon Sep 17 00:00:00 2001 From: Ian Homer Date: Sat, 18 Nov 2023 17:41:54 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20gitme=20requires=20fasd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/dotme-gitme | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/dotme-gitme b/bin/dotme-gitme index b92f9c64..acda0648 100755 --- a/bin/dotme-gitme +++ b/bin/dotme-gitme @@ -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\* \