diff --git a/home/.zshrc b/home/.zshrc index 57900a6..dd48707 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -98,6 +98,11 @@ pwdf() { echo "$(pwd)"/"$(fzf)" } + +bwp() { + bw get password "$1" | wlc +} + # wl-copy and wl-paste doesn't exist on mac, and mac has pbcopy and pbpaste if [[ "$(uname)" != "Darwin" ]]; then alias wlc="wl-copy"