diff --git a/bin/zshrc/init b/bin/zshrc/init index 151a61e..8f7e2a3 100644 --- a/bin/zshrc/init +++ b/bin/zshrc/init @@ -5,7 +5,8 @@ export PATH="$DAT_ROOT/bin:$HOME/.local/bin:$PATH" 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) diff --git a/readme.md b/readme.md index 0bae34a..0403984 100644 --- a/readme.md +++ b/readme.md @@ -2,5 +2,5 @@ # Installing the environment ```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 ```