Back to p10k, once again.
This commit is contained in:
parent
eb4a154cc9
commit
2e804af3b1
@ -29,8 +29,12 @@ source $XDG_DATA_HOME/repos/zsh_modules/wd/wd.plugin.zsh
|
|||||||
export WD_CONFIG=$XDG_CONFIG_HOME/wd_list
|
export WD_CONFIG=$XDG_CONFIG_HOME/wd_list
|
||||||
fpath=($XDG_DATA_HOME/repos/zsh_modules/wd $fpath)
|
fpath=($XDG_DATA_HOME/repos/zsh_modules/wd $fpath)
|
||||||
|
|
||||||
# # theme
|
# theme
|
||||||
[ $(command -v starship) ] && eval $(starship init zsh)
|
source $ZDOTDIR/p10k.zsh
|
||||||
|
source $XDG_DATA_HOME/repos/zsh_modules/powerlevel10k/powerlevel10k.zsh-theme
|
||||||
|
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
||||||
|
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||||
|
fi
|
||||||
|
|
||||||
# quick note functionality
|
# quick note functionality
|
||||||
if [ -f ~/.note ]; then
|
if [ -f ~/.note ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user