Merge pull request #131 from nwinkler/fasd-bash-it-path

fasd is using fixed path instead of BASH_IT variable
pull/132/head
Travis Swicegood 2012-05-10 08:56:33 -07:00
commit 54680bd83a
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ fasd [-A|-D] [paths ...]
fasd --init env
case $- in
*i*) alias fasd='~/.bash_it/plugins/enabled/fasd.bash'
*i*) alias fasd=$BASH_IT'/plugins/enabled/fasd.bash'
eval "$(fasd --init auto)"
;;
*) # assume being executed as an executable