mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
5 lines
88 B
Bash
5 lines
88 B
Bash
. `brew --prefix`/etc/profile.d/z.sh
|
|
|
|
function precmd () {
|
|
z --add "$(pwd -P)"
|
|
}
|