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