From 4cb8b27ab0ae224eb30a34ad67bbe48caf288f97 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 13 Mar 2026 14:56:54 +0900 Subject: modified zsh/keymaps.zsh, modified zsh/plugins.zsh, modified zsh/scripts.zsh --- ar/.config/zsh/scripts.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar/.config/zsh/scripts.zsh') diff --git a/ar/.config/zsh/scripts.zsh b/ar/.config/zsh/scripts.zsh index 26e798b..4976e88 100644 --- a/ar/.config/zsh/scripts.zsh +++ b/ar/.config/zsh/scripts.zsh @@ -623,7 +623,7 @@ function pass_qr() { qrencode -o "$1".png -t png -Sv 40 < "$1".pgp; } ########################################################################################### ########################################################################################### ### --- PASTE --- ### -if ls "${ZPLUGINDIR:-${XDG_SCRIPTS_HOME:-${HOME}/.local/bin}/zsh}/zsh-autosuggestions" >/dev/null 2>&1; then +if ls "${ZPLUGINDIR:-${HOME}/.local/share/zsh}/zsh-autosuggestions" >/dev/null 2>&1; then autoload -Uz url-quote-magic function pasteinit() { OLD_SELF_INSERT=${${(s.:.)widgets[self-insert]}[2,3]} -- cgit v1.2.3