support bazzite

This commit is contained in:
dmahacker 2025-01-01 22:50:42 +08:00
parent 4cde21028e
commit 9807865e81
2 changed files with 2 additions and 1 deletions

1
.rc.sh
View File

@ -32,6 +32,7 @@ export GOPATH="$LOCAL_SHARE/go"
export GEM_HOME=~/.gems
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 PATH="/home/linuxbrew/.linuxbrew/bin:$PATH"
export EDITOR=vim
export UID=$UID
export GID=$GID

2
.zshrc
View File

@ -18,10 +18,10 @@ plugins=(
vi-mode
)
source ~/.rc.sh
if [ "$OS" != "Windows_NT" ];then
source ~/.keychain.sh
fi
source ~/.rc.sh
source $ZSH/oh-my-zsh.sh
if [ "$OS" = "Windows_NT" ]; then
HEADLINE_HOST_CMD='hostname'