mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
9 lines
207 B
Bash
9 lines
207 B
Bash
# Copyright (c) 2011 goolic under the WTFPL license
|
|
# Using the z function created by rupa deadwyler on https://github.com/rupa/z
|
|
|
|
|
|
source $ZSH/plugins/z/z.sh
|
|
|
|
function precmd () {
|
|
z --add "$(pwd -P)"
|
|
}
|