From dd58dcf4d75328738fd2c258f3eb5611e44ccad4 Mon Sep 17 00:00:00 2001 From: Martin Kurz Date: Sun, 4 Aug 2024 10:49:20 +0200 Subject: [PATCH] fix unicode sign --- rainbow-alias.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rainbow-alias.plugin.zsh b/rainbow-alias.plugin.zsh index 955e5ae..74d4ba2 100644 --- a/rainbow-alias.plugin.zsh +++ b/rainbow-alias.plugin.zsh @@ -68,7 +68,7 @@ fi # Set Proxy function setproxy() { export {http,https,ftp}_proxy="http://vm-ubuntu-docker:8888" - export no_proxy=’localhost,127.0.0.1,192.168.16.0/24’ + export no_proxy='localhost,127.0.0.1,192.168.16.0/24' } # Unset Proxy