mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-02-06 09:39:17 +08:00
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" ``` |
||
---|---|---|
.. | ||
jump.plugin.zsh |