zsh: source from cloned tools

This commit is contained in:
2026-02-06 00:15:24 -06:00
parent 4d3a501413
commit 7c9210841a
+4 -4
View File
@@ -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