From 134286ed9f7115e03bd9dab15b37667254ee3028 Mon Sep 17 00:00:00 2001 From: riley Date: Thu, 9 Sep 2021 16:18:09 -0400 Subject: [PATCH] Add bitwarden alias --- .bash_profile | 1 - .bashrc | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 5545f00..2e39775 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,5 +1,4 @@ # # ~/.bash_profile # - [[ -f ~/.bashrc ]] && . ~/.bashrc diff --git a/.bashrc b/.bashrc index 49d7292..73f4070 100644 --- a/.bashrc +++ b/.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"