summaryrefslogtreecommitdiffstats
path: root/.config/zsh
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-04-04 23:49:06 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-04-04 23:49:06 +0200
commit151c9d632dc7c176268802bc9e7bb03cfcb2dfa6 (patch)
tree820e47e0cfe08f28d5fe276f86babd97d44f78f8 /.config/zsh
parentfullscreen sxiv (diff)
downloaddotfiles-bsd-151c9d632dc7c176268802bc9e7bb03cfcb2dfa6.tar.gz
dotfiles-bsd-151c9d632dc7c176268802bc9e7bb03cfcb2dfa6.tar.bz2
dotfiles-bsd-151c9d632dc7c176268802bc9e7bb03cfcb2dfa6.tar.xz
dotfiles-bsd-151c9d632dc7c176268802bc9e7bb03cfcb2dfa6.tar.zst
dotfiles-bsd-151c9d632dc7c176268802bc9e7bb03cfcb2dfa6.zip
update
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshrc5
-rw-r--r--.config/zsh/plugins.zsh1
2 files changed, 5 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 6fbceec..a50a1d3 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -62,6 +62,11 @@ exa_after_cd() {
}
add-zsh-hook chpwd exa_after_cd
+autoload -Uz url-quote-magic
+zle -N self-insert url-quote-magic
+autoload -Uz bracketed-paste-magic
+zle -N bracketed-paste bracketed-paste-magic
+
[ -f "$ZDOTDIR"/alias.zsh ] && source "$ZDOTDIR"/alias.zsh
[ -f "$ZDOTDIR"/plugins.zsh ] && source "$ZDOTDIR"/plugins.zsh
[ -f "$XDG_PACKAGE_HOME"/fzf/shell/completion.zsh ] && source "$XDG_PACKAGE_HOME"/fzf/shell/completion.zsh
diff --git a/.config/zsh/plugins.zsh b/.config/zsh/plugins.zsh
index abf7f8b..1ef66a9 100644
--- a/.config/zsh/plugins.zsh
+++ b/.config/zsh/plugins.zsh
@@ -11,5 +11,4 @@
# == ===== ==== ==
# ========================
-# source $HOME/Packages/git-prompt.zsh/git-prompt.zsh
source $HOME/.local/packs/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh >/dev/null