From dd46377610ff9db8171d1857f97b96f09dd36640 Mon Sep 17 00:00:00 2001 From: lostecho <752549025@qq.com> Date: Fri, 25 Aug 2023 09:56:45 +0800 Subject: [PATCH] update --- dotfiles/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 09faacb..6b7f908 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -1,6 +1,6 @@ # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:/usr/local/bin:$PATH -export PATH="$HOME/bin:/usr/local/bin:$HOME/.cargo/bin:$PATH" +export PATH="$HOME/bin:/usr/local/bin:$HOME/.cargo/bin:$PATH:$HOME/.npm/bin" # Path to your oh-my-zsh installation. export ZSH="$HOME/.oh-my-zsh" @@ -90,6 +90,7 @@ export LANG=en_US.UTF-8 export EDITOR=nvim export BROWSER=microsoft-edge-stable #export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab +export GOPROXY=https://proxy.golang.com.cn,direct # Preferred editor for local and remote sessions # if [[ -n $SSH_CONNECTION ]]; then