Add get-bwp() to zshrc which can be piped into other commands when
logging in. For instance, mullvad account login $(get-bwp mullvad)
This commit is contained in:
parent
79cdc0f23b
commit
e7293d8358
1 changed files with 5 additions and 1 deletions
|
|
@ -141,8 +141,12 @@ pwdf() {
|
|||
echo "$(pwd)"/"$(fzf)"
|
||||
}
|
||||
|
||||
get-bwp() {
|
||||
bw get password "$1"
|
||||
}
|
||||
|
||||
bwp() {
|
||||
bw get password "$1" | wlc
|
||||
get-bwp "$1" | wlc
|
||||
}
|
||||
|
||||
catc() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue