Skip to content

Commit

Permalink
Merge pull request #131 from nwinkler/fasd-bash-it-path
Browse files Browse the repository at this point in the history
fasd is using fixed path instead of BASH_IT variable
  • Loading branch information
tswicegood committed May 10, 2012
2 parents 8926372 + f3d4469 commit 54680bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/available/fasd.bash
Expand Up @@ -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
Expand Down

0 comments on commit 54680bd

Please sign in to comment.