Fixed BASH_IT path in fasd configuration to use environment variable instead of fixed path.

This commit is contained in:
Nils Winkler
2012-05-10 15:57:47 +02:00
parent 89263728f2
commit ff99e1f8d4

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