Compare commits

...

2 commits

View file

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