Compare commits

..

No commits in common. "5cb7d1b6f2945c2a081c89b05ad77bc1fd888962" and "a0bf14aba6026b732fdc0f298ff1592ca4ed1fe4" have entirely different histories.

View file

@ -33,7 +33,7 @@ function moshscr() {
# This requires a standalone known hosts file
function sshunlock() {
set -o pipefail
pass show "$2" | wl-copy
pass show "Misc/$2" | wl-copy
if [ $? -ne 0 ]; then
echo "key not found"
return
@ -90,6 +90,3 @@ function sshts() {
# Add local to path
export PATH="$PATH:~/.local/bin"
# Password Store
export PASSWORD_STORE_ENABLE_EXTENSIONS=true