Fixed BASH_IT path in fasd configuration to use environment variable instead of fixed path.
parent
89263728f2
commit
ff99e1f8d4
|
|
@ -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