Installation of Autojump on Mac

From Logic Wiki
Jump to: navigation, search


DO NOT USE BREW INSTALL

Installation

brew install autojump

Edit zshrc file

code ~/.zshrc

Add these lines

[[ -s $(brew --prefix)/etc/profile.d/autojump.sh ]] && . $(brew --prefix)/etc/profile.d/autojump.sh

run this to use

source ~/.zshrc

Documentation

Ubuntu Installation

Grab a copy of autojump:

git clone https://github.com/wting/autojump.git

Run the installation script and follow on screen instructions.

cd autojump
./install.py or ./uninstall.py

follow the on screen instructions for adding to bashrc