Zoxide - Sawangg/dotfiles GitHub Wiki

Zoxide is a cd replacement that can improve your efficiency in your terminal of choice.

Install

You can just install it by running

sudo pacman -S zoxide

Bash

I'm using bash so I'm have to edit the ~/.bashrc to add

alias cd='z'
eval "$(zoxide init bash)"

You just have to restart it and you can begin to use the magic of Zoxide.

Most viewed

You can check your most viewed folders by running

zoxide query -l -s