Merge branch 'main' of ssh://gurgul.pro/artur/environment
This commit is contained in:
commit
43b62eed96
7 changed files with 204 additions and 0 deletions
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue