Changing path to dotfiles repository.

This commit is contained in:
Bartek Stalewski 2023-10-14 23:59:02 +02:00
parent 8ae51880a7
commit 93478b2395
2 changed files with 4 additions and 4 deletions

View File

@ -20,16 +20,16 @@ source $ZDOTDIR/ssh.zsh
source $ZDOTDIR/fzf.zsh source $ZDOTDIR/fzf.zsh
# source modules # source modules
source $XDG_DATA_HOME/repos/zsh_modules/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh source ~/.local/git/zsh_modules/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
source $XDG_DATA_HOME/repos/zsh_modules/wd/wd.plugin.zsh source ~/.local/git/zsh_modules/wd/wd.plugin.zsh
export WD_CONFIG=$XDG_CONFIG_HOME/wd_list export WD_CONFIG=$XDG_CONFIG_HOME/wd_list
# set fpath # set fpath
fpath=($XDG_DATA_HOME/repos/zsh_modules/wd $fpath) fpath=(~/.local/git/zsh_modules/wd $fpath)
# theme and colors # theme and colors
source $ZDOTDIR/p10k.zsh source $ZDOTDIR/p10k.zsh
source $XDG_DATA_HOME/repos/zsh_modules/powerlevel10k/powerlevel10k.zsh-theme source ~/.local/git/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"
fi fi