diff --git a/commonshrc b/commonshrc index 9a7394c..77974be 100644 --- a/commonshrc +++ b/commonshrc @@ -72,5 +72,5 @@ export MPD_HOST=127.0.0.1 MPD_PORT=6600 # passc passc() { - pass show "$1" | (read i; cat; echo "$i" | xclip -l 1) + pass show "$1" | (read i; cat; echo "$i" | xclip -l 1 -se c) }