summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--kshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kshrc b/kshrc
index d594c0e..b16d437 100644
--- a/kshrc
+++ b/kshrc
@@ -77,7 +77,7 @@ tjclip () {
if [[ -z $1 ]]; then
echo "Please give me your message in quotes."
fi
- echo "$1: $(xclip -o -selection clipboard)." | _tj
+ echo "$1: $(xclip -o -clipboard clipboard)." | _tj
}
# mpv func