Move p10k to zsh directory.
This commit is contained in:
parent
433ec499cf
commit
ff44e4fda1
2 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ 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 and colors
|
# theme and colors
|
||||||
source $XDG_CONFIG_HOME/p10k.zsh
|
source $ZDOTDIR/p10k.zsh
|
||||||
source $XDG_DATA_HOME/repos/zsh_modules/powerlevel10k/powerlevel10k.zsh-theme
|
source $XDG_DATA_HOME/repos/zsh_modules/powerlevel10k/powerlevel10k.zsh-theme
|
||||||
if [[ -r "$XDG_CACHE_HOME/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
if [[ -r "$XDG_CACHE_HOME/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
||||||
source "$XDG_CACHE_HOME/p10k-instant-prompt-${(%):-%n}.zsh"
|
source "$XDG_CACHE_HOME/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue