Fixed reload by expanding environment variable before defining the alias.
parent
ff99e1f8d4
commit
f3d4469568
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue