This commit is contained in:
dmahacker 2024-10-21 09:02:05 +08:00
parent a5a89132f9
commit 4b7a72e0b3
2 changed files with 2 additions and 2 deletions

2
.rc.sh
View File

@ -30,7 +30,7 @@ export LOCAL_SHARE="$HOME/.local/share"
export CHROME_EXECUTABLE=/usr/bin/microsoft-edge-stable
export GOPATH="$LOCAL_SHARE/go"
export GEM_HOME=~/.gems
export PATH="$GEM_HOME/bin:$HOME/.local/share/python/bin:$LOCAL_SHARE/flutter/bin:$GOPATH/bin:$LOCAL_SHARE/godev/bin:$HOME/.local/bin:$PATH"
export PATH="$HOME/.cargo/bin:$GEM_HOME/bin:$HOME/.local/share/python/bin:$LOCAL_SHARE/flutter/bin:$GOPATH/bin:$LOCAL_SHARE/godev/bin:$HOME/.local/bin:$PATH"
export PATH="/opt/homebrew/Cellar/ruby/3.3.4/bin:$PATH"
export EDITOR=vim
export UID=$UID

2
.zshrc
View File

@ -25,5 +25,5 @@ source ~/.rc.sh
source $ZSH/oh-my-zsh.sh
if [ "$OS" = "Windows_NT" ]; then
HEADLINE_HOST_CMD='hostname'
export PATH="/c/Program Files (x86)/WiX Toolset v3.14/bin:c/WINDOWS/System32/OpenSSH:/ucrt64/bin:$PATH"
export PATH="/c/Program Files (x86)/WiX Toolset v3.14/bin:/c/WINDOWS/System32/OpenSSH:/ucrt64/bin:$PATH"
fi