Add bitwarden alias
This commit is contained in:
parent
f1f9e7c624
commit
134286ed9f
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
|
2
.bashrc
2
.bashrc
|
@ -146,3 +146,5 @@ fi
|
|||
if [ -d "$HOME/bin" ] ; then
|
||||
PATH="$HOME/bin:$PATH"
|
||||
fi
|
||||
|
||||
alias bwget="bw get $1 $2 | xclip -sel clip"
|
||||
|
|
Loading…
Reference in a new issue