This commit is contained in:
lostecho
2023-08-25 09:56:45 +08:00
parent 23303fd746
commit dd46377610

View File

@@ -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