This commit is contained in:
tavo 2025-10-09 22:21:50 -06:00
parent 21d5f4ed4f
commit b0229c7603
2 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,6 @@ fi
contents="$(pass "$passw")"
if [ "$?" != 0 ] || [ "$contents" == "" ]; then
echo "error decrypting password"
exit 1
fi

View file

@ -18,3 +18,4 @@ PATH="/usr/local/go/bin${PATH:+:${PATH}}"
PATH="$HOME/.local/share/pyenv/shims${PATH:+:${PATH}}"
PATH="$HOME/.local/share/cargo/bin:$PATH"
PATH="/opt/nvim-linux-x86_64/bin:$PATH"
PATH="$HOME/.local/share/npm/bin:$PATH"