From 7c9210841a8dfeb496d55932ea7d286aab5c24c6 Mon Sep 17 00:00:00 2001 From: trianta Date: Fri, 6 Feb 2026 00:15:24 -0600 Subject: [PATCH] zsh: source from cloned tools --- .zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.zshrc b/.zshrc index 620564f..5852e36 100644 --- a/.zshrc +++ b/.zshrc @@ -35,10 +35,10 @@ alias -g af="taskset -c 0-19 notify" alias -g tm="tmux new -A -s" # Plugins from AUR -source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme -source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh -source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh +source ~/tools/powerlevel10k/powerlevel10k.zsh-theme +source ~/tools/zsh-autosuggestions/zsh-autosuggestions.zsh +source ~/tools/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source ~/tools/zsh-history-substring-search/zsh-history-substring-search.zsh # Enable color support if [ -x /usr/bin/dircolors ]; then