updated stuff
This commit is contained in:
parent
71771b3bc2
commit
c52606374d
1 changed files with 2 additions and 4 deletions
|
@ -26,7 +26,5 @@ lfcd () {
|
|||
}
|
||||
bindkey -s '^o' 'lfcd\n'
|
||||
|
||||
# To customize prompt, run "p10k configure" or edit.
|
||||
[[ ! -f ${(%)__p9k_cfg_path_u} ]] || source ${(%)__p9k_cfg_path_u}
|
||||
|
||||
source $ZDOTDIR/.p10k.zsh
|
||||
# To customize prompt, run "p10k configure" or edit $ZDOTDIR/.p10k.zsh
|
||||
[[ ! -f $ZDOTDIR/.p10k.zsh ]] || source $ZDOTDIR/.p10k.zsh
|
||||
|
|
Loading…
Add table
Reference in a new issue