From 514a92ef7e7c1680c2975bcb837dd95d44646991 Mon Sep 17 00:00:00 2001 From: tfheen Date: Tue, 30 Aug 2011 19:14:45 +0000 Subject: [PATCH] quote url magically git-svn-id: file:///svn/tfheen/trunk/dotfiles@1476 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index 55c8e83..985c502 100644 --- a/zshrc +++ b/zshrc @@ -67,6 +67,9 @@ zstyle ':completion:*' match-original both zstyle ':completion:*' max-errors 1 zstyle :compinstall filename '/home/tfheen/.zshrc' +autoload -U url-quote-magic +zle -N self-insert url-quote-magic + CHPWD_PROFILE='default' function chpwd_profiles() { -- 2.39.5