=== modified file 'functions/encode-args' --- functions/encode-args 2017-12-12 10:10:42 +0000 +++ functions/encode-args 2017-12-06 19:21:22 +0000 @@ -1,6 +1,4 @@ if (($#)); then base64 -w 0 <<<${(j::)${(oq)@}} | tr /+ _- | tr -d '=' -else - echo -n '%' fi # vim: fileencoding=utf8 ft=zsh noet sw=4 ts=4 sts=4