Merge pull request #1606 from cornfeedhobo/fix-fasd
use || to silence exit 1 properly and quote fasd initpull/1608/head
commit
cd5ebe8278
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue