From 2d6461b4066cf52cdcb202648ff1bf45670cf102 Mon Sep 17 00:00:00 2001 From: Berkeley Date: Mon, 19 Feb 2024 01:02:57 +0000 Subject: [PATCH] Upload files to "/" --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 91772a2..a414cac 100644 --- a/.bashrc +++ b/.bashrc @@ -48,3 +48,7 @@ alias now='cd /tmp && tar -czf - * | openssl enc -e -aes256 -out secured.tar.gz alias bb='bg /home/berkeley/Downloads/preto.jpg' alias hot='cp /files/secured.tar.gz /tmp && cd /tmp/ && openssl enc -d -aes256 -in secured.tar.gz | tar xz' alias big='find / -type f -size +1000M > /home/berkeley/big.txt' +alias zip='7z a arquivos' +alias h='haunt build && haunt serve' +alias hh='haunt serve' +alias t='texstudio'