use || to silence exit 1 properly and quit fasd init

This commit is contained in:
cornfeedhobo
2020-05-19 16:59:47 -05:00
parent 912d0b88d5
commit e7e9d04628

View File

@@ -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)"