This commit is contained in:
thek4n 2025-10-17 00:30:27 +03:00
parent 947151dd4c
commit 964f4f5480

View File

@ -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