From 9807865e81d4b40ed836e106a5c58b1434466943 Mon Sep 17 00:00:00 2001 From: dmahacker Date: Wed, 1 Jan 2025 22:50:42 +0800 Subject: [PATCH] support bazzite --- .rc.sh | 1 + .zshrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.rc.sh b/.rc.sh index 6a59741..9128a7c 100644 --- a/.rc.sh +++ b/.rc.sh @@ -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 diff --git a/.zshrc b/.zshrc index b8d09c6..8d951ad 100644 --- a/.zshrc +++ b/.zshrc @@ -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'