pass
This commit is contained in:
parent
21d5f4ed4f
commit
b0229c7603
2 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ fi
|
|||
|
||||
contents="$(pass "$passw")"
|
||||
if [ "$?" != 0 ] || [ "$contents" == "" ]; then
|
||||
echo "error decrypting password"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue