summaryrefslogtreecommitdiff
path: root/plugins/python
diff options
context:
space:
mode:
authordiego <sirdiego@users.noreply.github.com>2016-10-07 23:54:54 +0200
committerMarc Cornellà <marc.cornella@live.com>2016-10-07 23:54:54 +0200
commitd69f2850afc189310b40141c839480b42f71775c (patch)
treed099cec097806f3f2555e0a034f299cc3ac8a1c6 /plugins/python
parent7f9b7733507d57a6cd4f38d0c0db830647c1940d (diff)
downloadzsh-d69f2850afc189310b40141c839480b42f71775c.tar.gz
zsh-d69f2850afc189310b40141c839480b42f71775c.tar.bz2
zsh-d69f2850afc189310b40141c839480b42f71775c.zip
Add non 0 exit code for missing jump targets (#5500)
This allows for the user to combine the jump command with something else. In my example cd and jump are now combined like this: ```bash jumpcd() { jump $1 > /dev/null || cd $1 } alias cd="jumpcd" ```
Diffstat (limited to 'plugins/python')
0 files changed, 0 insertions, 0 deletions