From 964f4f5480b0df009ea1483102daad6e69289fb3 Mon Sep 17 00:00:00 2001 From: thek4n Date: Fri, 17 Oct 2025 00:30:27 +0300 Subject: [PATCH] fix --- home/user/.config/zsh/aliases | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/home/user/.config/zsh/aliases b/home/user/.config/zsh/aliases index a91126c..e80498d 100644 --- a/home/user/.config/zsh/aliases +++ b/home/user/.config/zsh/aliases @@ -125,14 +125,9 @@ alias CAPS='xdotool key Caps_Lock' alias colors='for i in {0..255}; do printf "\x1b[38;5;${i}mcolor${i} - ██████████\n"; done' -alias paste.thek4n.ru='curl --data-binary @- https://paste.thek4n.ru/ 2>/dev/null' +alias paste.thek4n.ru='curl --data-binary @- "https://paste.thek4n.ru/" 2>/dev/null' alias pastewww='paste.thek4n.ru' -alias t='noglob t' -alias е='noglob t' -alias ta='t all' -alias еф='t all' - # clipboard if [[ "${OSTYPE}" == "linux-gnu"* ]]; then