From 93478b23955f474e1382908a2859fae4511df9f4 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sat, 14 Oct 2023 23:59:02 +0200 Subject: [PATCH] Changing path to dotfiles repository. --- _cli/zsh/.zshrc | 8 ++++---- {_gui/_configs => _unused}/xinitrc | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename {_gui/_configs => _unused}/xinitrc (100%) diff --git a/_cli/zsh/.zshrc b/_cli/zsh/.zshrc index ab98422..0ed37ad 100644 --- a/_cli/zsh/.zshrc +++ b/_cli/zsh/.zshrc @@ -20,16 +20,16 @@ source $ZDOTDIR/ssh.zsh source $ZDOTDIR/fzf.zsh # source modules -source $XDG_DATA_HOME/repos/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/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh +source ~/.local/git/zsh_modules/wd/wd.plugin.zsh export WD_CONFIG=$XDG_CONFIG_HOME/wd_list # set fpath -fpath=($XDG_DATA_HOME/repos/zsh_modules/wd $fpath) +fpath=(~/.local/git/zsh_modules/wd $fpath) # theme and colors 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 source "$XDG_CACHE_HOME/p10k-instant-prompt-${(%):-%n}.zsh" fi diff --git a/_gui/_configs/xinitrc b/_unused/xinitrc similarity index 100% rename from _gui/_configs/xinitrc rename to _unused/xinitrc