← all formulas
autojump
Shell extension to jump to frequently used directories
- Version
- v22.5.3
- License
- GPL-3.0-or-later
- Tap
- homebrew/core
- Bottle
- available
- Revision
- 3
bottledlicense declaredhomepageactivekeg-linked
Install
shell
$ brew install autojumpCaveats
Add the following line to your ~/.bash_profile or ~/.zshrc file:
[ -f $HOMEBREW_PREFIX/etc/profile.d/autojump.sh ] && . $HOMEBREW_PREFIX/etc/profile.d/autojump.sh
If you use the Fish shell then add the following line to your ~/.config/fish/config.fish:
[ -f $HOMEBREW_PREFIX/share/autojump/autojump.fish ]; and source $HOMEBREW_PREFIX/share/autojump/autojump.fish
Restart your terminal for the settings to take effect.