mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Added plugin to handle z ( https://github.com/rupa/z ) after it's installed from homebrew.
This commit is contained in:
parent
f71ba3be74
commit
4dbac8b3dc
1 changed files with 5 additions and 0 deletions
5
plugins/z/z.plugin.zsh
Normal file
5
plugins/z/z.plugin.zsh
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
. `brew --prefix`/etc/profile.d/z.sh
|
||||||
|
|
||||||
|
function precmd () {
|
||||||
|
z --add "$(pwd -P)"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue