use || to silence exit 1 properly and quit fasd init
parent
912d0b88d5
commit
e7e9d04628
|
|
@ -1,4 +1,6 @@
|
||||||
cite about-plugin
|
cite about-plugin
|
||||||
about-plugin 'load fasd, if you are using it'
|
about-plugin 'load fasd, if you are using it'
|
||||||
|
|
||||||
_command_exists fasd && eval $(fasd --init auto)
|
_command_exists fasd || return
|
||||||
|
|
||||||
|
eval "$(fasd --init auto)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue