Skip to main content
LogoJuan Manuel Allo Ron

Tip: use Z

By Juan Manuel Allo Ron on May 28, 2020
An image showing the output of the command man z

Aren’t you tired of always typing the same routes in the terminal? When I found z it changed my productivity.

What’s z?

A terminal command to help you quickly navigate across directories. It will learn from common directories you browse and offer a shortcut for them:

Installing

brew install z

If you don’t use brew you just need to download it from the repository and add z.sh in your path.

# Download to latest to home dir
wget https://raw.githubusercontent.com/rupa/z/master/z.sh -O ~/z.sh
# Add to .bashrc
echo . /path/to/z.sh >> ~/.bashrc #or ~/.zshrc

Trust me it’s totally worth it!

Enjoy!!


Catch up with me on X (twitter):@juan_allo

Share

---

Similar Articles

@2025 Juan Manuel Allo Ron. All Rights reserved