diff --git a/.bashrc b/.bashrc index 73f4070..81d128a 100644 --- a/.bashrc +++ b/.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 +}