File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 77Fasd Package for [ Wahoo] [ Wahoo ] / [ fish] ( fishshell.com ) .
88
99## Install
10- > _ Note_ : You need to have ` fasd ` installed to loading Wahoo.
10+ > _ Note_ : You need to have ` fasd ` installed prior to loading Wahoo.
1111
1212On OSX ` homebrew ` has a keg for ` fasd ` :
1313
Original file line number Diff line number Diff line change 11# extracted from https://jurriaan.ninja/2014/12/21/fish-shell-and-fasd.html
22
33function init --on-event init_fasd
4- set -l fasd_bin (which fasd)
5- if not test -n " $fasd_bin "
6- echo " 🍒 Please install 'fasd' first: brew install fasd"
4+ if not exec_avail fasd
5+ echo " 🍒 Please install 'fasd' first!"
76 else
87 function -e fish_preexec _run_fasd
98 fasd --proc (fasd --sanitize " $argv " ) > " /dev/null" 2>&1
You can’t perform that action at this time.
0 commit comments