Fixed BASH_IT path in fasd configuration to use environment variable instead of fixed path.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user