Skip to content

Simple zsh plugin that override builtin cd to add an history entry with the absolute path

License

Notifications You must be signed in to change notification settings

SushiFu/cd-absolute-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

cd-absolute-history

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

Install (oh-my-zsh)

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

About

Simple zsh plugin that override builtin cd to add an history entry with the absolute path

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages