mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-01-19 15:22:44 +08:00
parent
345cb99e5b
commit
4ab273e19a
|
@ -25,6 +25,7 @@ _togglePipenvShell() {
|
||||||
}
|
}
|
||||||
autoload -U add-zsh-hook
|
autoload -U add-zsh-hook
|
||||||
add-zsh-hook chpwd _togglePipenvShell
|
add-zsh-hook chpwd _togglePipenvShell
|
||||||
|
_togglePipenvShell
|
||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
alias pch="pipenv check"
|
alias pch="pipenv check"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user