diff --git a/commonshrc b/commonshrc index 6b23374..b58611c 100644 --- a/commonshrc +++ b/commonshrc @@ -74,5 +74,5 @@ test -x /usr/bin/vim && alias vi=vim # passc passc() { - pass show "$1" | (read i; cat; echo "$i" | xclip -l 1 -se c) + pass show "$1" | (read i; cat; echo -n "$i" | xclip -l 1 -se c) }