mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 15:09:34 +00:00
3
.zshrc
3
.zshrc
@@ -2,13 +2,14 @@ export GOPATH=$HOME/.go
|
||||
#export GOPROXY=https://goproxy.cn,direct
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
export PNPM_HOME="$HOME/.pnpm"
|
||||
|
||||
export CARGO_PATH=$HOME/.cargo
|
||||
|
||||
export PATH="/opt/homebrew/sbin:/opt/homebrew/bin:/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin"
|
||||
export PATH="/home/linuxbrew/.linuxbrew/sbin:/home/linuxbrew/.linuxbrew/bin:$PATH"
|
||||
export PATH="$CARGO_PATH/bin:$GOPATH/bin:$PYENV_ROOT/shims:$PATH"
|
||||
export PATH="$HOME/.local/bin:${HOME}/.krew/bin:$PATH"
|
||||
export PATH="$PNPM_HOME:$PATH"
|
||||
export PATH="$HOME/.docker/bin:$PATH"
|
||||
|
||||
export LC_ALL=en_US.UTF-8
|
||||
export EDITOR=vim
|
||||
|
||||
Reference in New Issue
Block a user