Except tab completion is annoying since zsh will include commands and environment variables in its guesses. The linked method simply provides a way to store the directory hash across sessions.
I also do something similar but slightly different: https://github.com/roobert/dotfiles/blob/master/.zsh/robs/fu... my method involves storing the bookmarks in a file but loading them into zshs directory hash. This…
Except tab completion is annoying since zsh will include commands and environment variables in its guesses. The linked method simply provides a way to store the directory hash across sessions.
I also do something similar but slightly different: https://github.com/roobert/dotfiles/blob/master/.zsh/robs/fu... my method involves storing the bookmarks in a file but loading them into zshs directory hash. This…