Compare commits

...

2 commits

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
@ -90,3 +90,6 @@ function sshts() {
# Add local to path
export PATH="$PATH:~/.local/bin"
# Password Store
export PASSWORD_STORE_ENABLE_EXTENSIONS=true