A simple zsh plugin that override the builtin cd to add an history entry with the absolute path.
Useful in combination with zsh-history-substring-search
git clone https://github.com/SushiFu/cd-absolute-history ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/cd-absolute-history
# in your ~/.zshrc
plugins=( [plugins...] cd-absolute-history)
# reload your config
source ~/.zshrc