From d296aadcb5e58470ae8ec9ec59482fb21c83972c Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 20 Mar 2025 21:32:32 +0300 Subject: [PATCH] aliases --- home/user/.config/zsh/aliases | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/user/.config/zsh/aliases b/home/user/.config/zsh/aliases index 5f8a9a0..1f3d58d 100644 --- a/home/user/.config/zsh/aliases +++ b/home/user/.config/zsh/aliases @@ -130,7 +130,8 @@ alias CAPS='xdotool key Caps_Lock' alias colors='for i in {0..255}; do printf "\x1b[38;5;${i}mcolor${i} - ██████████\n"; done' -alias pastewww='curl --data-binary @- paste.thek4n.ru/' +alias paste.thek4n.ru='curl --data-binary @- paste.thek4n.ru/ 2>/dev/null | tee /dev/stderr | copy' +alias pastewww='paste.thek4n.ru' # clipboard