alias/pass
This commit is contained in:
parent
352f4bc08c
commit
0fdc037ed2
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# display pass entry’s content
|
||||
p() { a__pass "${@}"; }
|
||||
#= p
|
||||
a__pass() {
|
||||
pass \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
# copy passphrase into clipboard
|
||||
pc() { a__pass_clip "${@}"; }
|
||||
#= pc
|
||||
a__pass_clip() {
|
||||
pass \
|
||||
--clip \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue