Add bitwarden alias

This commit is contained in:
riley 2021-09-09 16:18:09 -04:00
parent f1f9e7c624
commit 134286ed9f
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc

View File

@ -146,3 +146,5 @@ fi
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
alias bwget="bw get $1 $2 | xclip -sel clip"