summaryrefslogtreecommitdiff
path: root/config/essentials/shell
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-06-09 18:21:35 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-06-09 18:21:35 +0200
commit02da333eb51cc5f7cfc28e194681db0e5f59d485 (patch)
tree8a6c6a629acceb22eb481ea97341c9f2a0f6cd9c /config/essentials/shell
parent1db03774f313f1d740cda3f7e4dbc05a50c75d15 (diff)
checkpoint
Diffstat (limited to 'config/essentials/shell')
-rw-r--r--config/essentials/shell/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh
index 9f7f4ce..b69b775 100644
--- a/config/essentials/shell/functions.sh
+++ b/config/essentials/shell/functions.sh
@@ -109,7 +109,7 @@ clip() {
then
echo -n "$@" | wl-copy
else
- echo -n "$@" | xclip -selection clipboard -rmlastnl
+ echo -n "$@" | xsel -b
fi
}