From a0b5c997e7d8664693751dfcc2010abab2ac3269 Mon Sep 17 00:00:00 2001 From: Berkeley Date: Sun, 4 Feb 2024 07:42:37 +0000 Subject: [PATCH] Upload files to "/" --- .bashrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.bashrc b/.bashrc index 2f1608b..516b06c 100644 --- a/.bashrc +++ b/.bashrc @@ -33,3 +33,9 @@ alias ee='exiftool -recursive -all= ' alias e='exiftool -all= ' alias bg='feh --bg-fill ' alias yt='/home/berkeley/git/ytfzf/ytfzf' +alias ii='kitten icat' +alias enc='tar -czf - * | openssl enc -e -aes256 -out secured.tar.gz' +alias dec='openssl enc -d -aes256 -in secured.tar.gz | tar xz' +alias s='sensors' +alias clean='/home/berkeley/git/cleanall/clearner.sh' +alias e='cd ..'