aboutsummaryrefslogtreecommitdiffstats
path: root/fish2025/functions/xclip.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish2025/functions/xclip.fish')
-rw-r--r--fish2025/functions/xclip.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish2025/functions/xclip.fish b/fish2025/functions/xclip.fish
new file mode 100644
index 0000000..b552ec6
--- /dev/null
+++ b/fish2025/functions/xclip.fish
@@ -0,0 +1,4 @@
+function xclip --description 'alias xclip=xclip -selection c'
+ command xclip -selection c $argv
+
+end