support bazzite
This commit is contained in:
parent
4cde21028e
commit
9807865e81
1
.rc.sh
1
.rc.sh
@ -32,6 +32,7 @@ export GOPATH="$LOCAL_SHARE/go"
|
|||||||
export GEM_HOME=~/.gems
|
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="$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="/opt/homebrew/Cellar/ruby/3.3.4/bin:$PATH"
|
||||||
|
export PATH="/home/linuxbrew/.linuxbrew/bin:$PATH"
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export UID=$UID
|
export UID=$UID
|
||||||
export GID=$GID
|
export GID=$GID
|
||||||
|
2
.zshrc
2
.zshrc
@ -18,10 +18,10 @@ plugins=(
|
|||||||
vi-mode
|
vi-mode
|
||||||
)
|
)
|
||||||
|
|
||||||
|
source ~/.rc.sh
|
||||||
if [ "$OS" != "Windows_NT" ];then
|
if [ "$OS" != "Windows_NT" ];then
|
||||||
source ~/.keychain.sh
|
source ~/.keychain.sh
|
||||||
fi
|
fi
|
||||||
source ~/.rc.sh
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
if [ "$OS" = "Windows_NT" ]; then
|
if [ "$OS" = "Windows_NT" ]; then
|
||||||
HEADLINE_HOST_CMD='hostname'
|
HEADLINE_HOST_CMD='hostname'
|
||||||
|
Loading…
Reference in New Issue
Block a user