From f69c5a59f1d260c37d38f1996deef6af7b7f5f9b Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Wed, 1 Jan 2020 16:28:45 -0700 Subject: [PATCH] develop#zsh: load some useful functions --- profiles/develop/zsh/zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/develop/zsh/zshrc b/profiles/develop/zsh/zshrc index 31b916c7..5226c66c 100644 --- a/profiles/develop/zsh/zshrc +++ b/profiles/develop/zsh/zshrc @@ -1,3 +1,8 @@ +# useful functions +autoload -Uz zmv zcalc zargs url-quote-magic bracketed-paste-magic +zle -N self-insert url-quote-magic +zle -N bracketed-paste bracketed-paste-magic + # tilde directories hash -d \ nixos=/etc/nixos \