summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorVikas Kushwaha <dev@vikas.rocks>2025-06-01 21:09:46 +0530
committerVikas Kushwaha <dev@vikas.rocks>2025-06-01 21:09:46 +0530
commit99c1fbd0bdd59d64d610bf2675765a3497049f24 (patch)
tree22715720a17d67326f623ac7e048beecfb86eec2 /.config
parent132ec769505533c24bd06f6604913fdc1db6fe35 (diff)
path fixes
Diffstat (limited to '.config')
-rw-r--r--.config/zsh/.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 824252b..4482bfc 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -8,7 +8,7 @@ alias find="2> >(grep -v 'Permission denied' >&2) find"
source ~/.profile
[ -n "$SDOTDIR" ] || SDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/shell"
[ -n "$ZDOTDIR" ] || ZDOTDIR="${XDG_CONFIG_HOME:-HOME/.config}/zsh"
-source "/usr/share/fzf/completion.zsh"
+source "${PREFIX:-/usr}/share/fzf/completion.zsh"
source "$ZDOTDIR/command-tools.zsh"
source "$ZDOTDIR/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
@@ -329,5 +329,5 @@ pyenvs() {
}
# Load syntax highlighter; should be last.
-source "/home/master/.config/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh"
+source "${XDG_CONFIG_HOME:-$HOME/.config}/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh"