diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-13 14:56:54 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-13 14:56:54 +0900 |
| commit | 4cb8b27ab0ae224eb30a34ad67bbe48caf288f97 (patch) | |
| tree | ed822445bbb2819703b80d7a03a778ded8805650 /ar/.config/zsh/scripts.zsh | |
| parent | 068480946748a1c5a1dbc5c8ffee0418fedf6f50 (diff) | |
modified zsh/keymaps.zsh, modified zsh/plugins.zsh, modified zsh/scripts.zsh
Diffstat (limited to 'ar/.config/zsh/scripts.zsh')
| -rw-r--r-- | ar/.config/zsh/scripts.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
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]} |
