From b0229c76030179904038e9fd75126b4a38f095e1 Mon Sep 17 00:00:00 2001 From: tavo Date: Thu, 9 Oct 2025 22:21:50 -0600 Subject: [PATCH] pass --- scripts/menu/menu-pass | 1 - shell/profile.d/path.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menu/menu-pass b/scripts/menu/menu-pass index b7262a2..65717fd 100755 --- a/scripts/menu/menu-pass +++ b/scripts/menu/menu-pass @@ -20,7 +20,6 @@ fi contents="$(pass "$passw")" if [ "$?" != 0 ] || [ "$contents" == "" ]; then - echo "error decrypting password" exit 1 fi diff --git a/shell/profile.d/path.sh b/shell/profile.d/path.sh index cad5464..c91773b 100644 --- a/shell/profile.d/path.sh +++ b/shell/profile.d/path.sh @@ -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"