Fix bitwarden command
This commit is contained in:
parent
134286ed9f
commit
06c70d2ba8
1 changed files with 3 additions and 1 deletions
4
.bashrc
4
.bashrc
|
@ -147,4 +147,6 @@ if [ -d "$HOME/bin" ] ; then
|
|||
PATH="$HOME/bin:$PATH"
|
||||
fi
|
||||
|
||||
alias bwget="bw get $1 $2 | xclip -sel clip"
|
||||
bwget() {
|
||||
bw get $1 $2 | xclip -sel clipboard
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue