mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Added directory-history plugin
This commit is contained in:
parent
00d6ef8a31
commit
515b60f33f
3 changed files with 659 additions and 0 deletions
7
plugins/directory-history/README
Normal file
7
plugins/directory-history/README
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
For this plugin to run you need the dirhist and dirlog command-line tools.
|
||||
Also please deactivate the history-substring-search plugin in case you are using it since this plugin comes with a modified version of the history-substring-search plugin.
|
||||
|
||||
Please get dirhist and dirlog here: https://github.com/tymm/directory-history
|
||||
Install dirhist and dirlog by placing them into /usr/bin or any other directory in your PATH environment variable.
|
||||
You also need to make those two scripts executable by doing "chmod +x /usr/bin/dirhost /usr/bin/dirlog".
|
||||
After that you need to configure the history-substring-search plugin if you haven't done that already (see https://github.com/zsh-users/zsh-history-substring-search).
|
||||
Loading…
Add table
Add a link
Reference in a new issue