1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

aliases: add ROT13 command

This commit is contained in:
Joe Groocock 2017-10-03 11:49:23 +01:00
parent bbabfed119
commit 3c54f8e886
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -248,6 +248,7 @@ i3b() {
alias sf=screenfetch
alias nf=neofetch
randstr() { tr -dc 'a-zA-Z0-9' /dev/urandom | fold -w $1 | head -n 1; }
alias rot13="tr '[A-Za-z]' '[N-ZA-Mn-za-m]'"
alias lab="ssh -tt tw '~/ctl' 2>/dev/null"