Compare commits
2 commits
a0bf14aba6
...
5cb7d1b6f2
Author | SHA1 | Date | |
---|---|---|---|
5cb7d1b6f2 | |||
dd5700bcfd |
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue