You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@if [ -z $(shell which fzf) ]; then echo "WARNING: FZF not found, fuzzy finding may not work."; fi
@if [ -d $(BINDIR) ]; then mv $< $(BINDIR); else echo "$(BINDIR) does not exist.\nYou will need to copy the binary ./jumper to a directory in your path ($(PATH))."; fi