Upload files to "/"
parent
117776479c
commit
a0b5c997e7
6
.bashrc
6
.bashrc
|
@ -33,3 +33,9 @@ alias ee='exiftool -recursive -all= '
|
||||||
alias e='exiftool -all= '
|
alias e='exiftool -all= '
|
||||||
alias bg='feh --bg-fill '
|
alias bg='feh --bg-fill '
|
||||||
alias yt='/home/berkeley/git/ytfzf/ytfzf'
|
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 ..'
|
||||||
|
|
Loading…
Reference in New Issue