-
diego authored
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" ```
d69f2850
Name |
Last commit
|
Last update |
---|---|---|
cache | ||
custom | ||
lib | ||
log | ||
plugins | ||
templates | ||
themes | ||
tools | ||
.gitignore | ||
LICENSE.txt | ||
README.md | ||
oh-my-zsh.sh |