Installation of Autojump on Mac

From Logic Wiki
Revision as of 12:14, 29 January 2022 by AliIybar (Talk | contribs) (Created page with "Category:Mac Category:Tools Category:Autojump DO NOT USE BREW INSTALL == Installation == Create a temp folder and run this command in it. git clone git://gith...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


DO NOT USE BREW INSTALL

Installation

Create a temp folder and run this command in it.

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

Then

cd autojump
./install.py 

or to uninstall ./uninstall.py

Edit zshrc file

code ~/.zshrc

Add these lines

 -s /Users/aliiybar/.autojump/etc/profile.d/autojump.sh  && source /Users/aliiybar/.autojump/etc/profile.d/autojump.sh
autoload -U compinit && compinit -u

run this to use

source ~/.zshrc

Documentation