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"