bashrc: sshunlock: Remove the default prefix "Misc"

This commit is contained in:
Peter Cai 2022-10-10 21:11:18 -04:00
parent dd5700bcfd
commit 5cb7d1b6f2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function moshscr() {
# This requires a standalone known hosts file
function sshunlock() {
set -o pipefail
pass show "Misc/$2" | wl-copy
pass show "$2" | wl-copy
if [ $? -ne 0 ]; then
echo "key not found"
return