update
This commit is contained in:
parent
9e900d3b79
commit
9dc5c7bba6
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,8 @@ export PATH="$DAT_ROOT/bin:$HOME/.local/bin:$PATH"
|
||||||
|
|
||||||
export RUBYLIB="$DAT_ROOT/lib"
|
export RUBYLIB="$DAT_ROOT/lib"
|
||||||
|
|
||||||
export PASSWORD_STORE_DIR=$HOME/.local/secure-vault/passwords
|
export PASSWORD_STORE_DIR=$HOME/.local/lib/secure-vault/passwords
|
||||||
|
export NOTES_DIR=$HOME/.local/lib/notes
|
||||||
|
|
||||||
path=("$GEM_HOME/bin" $path)
|
path=("$GEM_HOME/bin" $path)
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
# Installing the environment
|
# Installing the environment
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -sSL https://gitlab.com/artur.gurgul/home/-/raw/main/install | bash
|
curl -sSL https://gurgul.pro/artur/environment/raw/branch/main/install | bash
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue