mbmjensen / zsh

My Zsh settings and configuration
0 stars 0 forks source link

Explore using zoxide as a cd replacement #5

Open mbmjensen opened 2 years ago

mbmjensen commented 2 years ago

https://github.com/ajeetdsouza/zoxide

This might be better mapped to j instead of z for ease of access. Looks like this could be a time saver.

mbmjensen commented 1 year ago

Probably not necessary with a combination of pushd popd and fzf (ie cd **<Tab>, ls **<Tab>, etc)