修改zsh提示符,支持本地zshenv
This commit is contained in:
parent
e5c6ea85bb
commit
7fd7bc261b
|
|
@ -22,3 +22,4 @@ export HISTFILE="$ZDOTDIR/.zhistory" # History filepath
|
|||
export HISTSIZE=10000 # Maximum events for internal history
|
||||
export SAVEHIST=10000 # Maximum events in history file
|
||||
|
||||
test -f $ZDOTDIR/zshenv.local && . $ZDOTDIR/zshenv.local
|
||||
|
|
|
|||
Loading…
Reference in a new issue