Merge pull request #1606 from cornfeedhobo/fix-fasd

use || to silence exit 1 properly and quote fasd init
This commit is contained in:
Nils Winkler
2020-05-20 09:07:37 +02:00
committed by GitHub

View File

@@ -1,4 +1,6 @@
cite about-plugin
about-plugin 'load fasd, if you are using it'
_command_exists fasd && eval $(fasd --init auto)
_command_exists fasd || return
eval "$(fasd --init auto)"