Add alias for encrypting and decrypting with OpenSSL
This commit is contained in:
parent
5f5ff781c2
commit
2a6906b782
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@ alias ls="/bin/ls $LSOPTIONS"
|
|||
alias now="date +%Y%m%dT%H%M%S%z"
|
||||
alias nowu="date -u +%Y%m%dT%H%M%SZ"
|
||||
alias pacup="sudo pacman -Syu --needed"
|
||||
alias streamenc="openssl aes-256-cbc -pbkdf2 -in - -out - -e"
|
||||
alias streamdec="openssl aes-256-cbc -pbkdf2 -in - -out - -d"
|
||||
alias ta="$HOME/opt/textadept/textadept"
|
||||
alias wgr="wordgrinder"
|
||||
alias ytmp3="youtube-dl -q -x --audio-format=mp3"
|
||||
|
|
Loading…
Reference in a new issue