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