sh
This commit is contained in:
parent
1084edee23
commit
02a743fc1b
45 changed files with 0 additions and 0 deletions
12
sh/alias/pass.sh
Normal file
12
sh/alias/pass.sh
Normal file
|
@ -0,0 +1,12 @@
|
|||
# display pass entry’s content
|
||||
p() {
|
||||
pass \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
# copy passphrase into clipboard
|
||||
pc() {
|
||||
pass \
|
||||
--clip \
|
||||
"${@}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue