use || to silence exit 1 properly and quit fasd init
This commit is contained in:
@@ -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)"
|
||||||
|
|||||||
Reference in New Issue
Block a user