Merge pull request #131 from nwinkler/fasd-bash-it-path
fasd is using fixed path instead of BASH_IT variablepull/132/head
commit
54680bd83a
|
|
@ -584,7 +584,7 @@ fasd [-A|-D] [paths ...]
|
||||||
fasd --init env
|
fasd --init env
|
||||||
|
|
||||||
case $- in
|
case $- in
|
||||||
*i*) alias fasd='~/.bash_it/plugins/enabled/fasd.bash'
|
*i*) alias fasd=$BASH_IT'/plugins/enabled/fasd.bash'
|
||||||
eval "$(fasd --init auto)"
|
eval "$(fasd --init auto)"
|
||||||
;;
|
;;
|
||||||
*) # assume being executed as an executable
|
*) # assume being executed as an executable
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue