This commit is contained in:
Artur Gurgul 2025-08-03 20:53:36 +02:00
parent 7360824eab
commit 368ebfaba2
6 changed files with 147 additions and 0 deletions

View file

@ -6,4 +6,6 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
elif [[ "$ARCH" == "x86_64" ]]; then
eval "$(/usr/local/bin/brew shellenv)"
fi
export PATH="$(brew --prefix ruby)/bin:$PATH"
fi

View file

@ -3,6 +3,9 @@
export PATH="$DAT_ROOT/bin:$HOME/.local/bin:$PATH"
export GEM_HOME="$HOME/.gems"
export GEM_PATH=$HOME/.gems
export RUBYLIB="$DAT_ROOT/lib"
export PASSWORD_STORE_DIR=$HOME/.local/lib/secure-vault/passwords