diff --git a/home/common/core.nix b/home/common/core.nix index aadee85b..80d7bee1 100644 --- a/home/common/core.nix +++ b/home/common/core.nix @@ -86,10 +86,10 @@ home.shellAliases = { k = "kubectl"; + vim = "nvim"; urldecode = "python3 -c 'import sys, urllib.parse as ul; print(ul.unquote_plus(sys.stdin.read()))'"; urlencode = "python3 -c 'import sys, urllib.parse as ul; print(ul.quote_plus(sys.stdin.read()))'"; - - vim = "nvim"; + httpproxy = "export https_proxy=http://127.0.0.1:7890; export http_proxy=http://127.0.0.1:7890;"; }; } \ No newline at end of file