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:
parent
bbabfed119
commit
3c54f8e886
1
aliases
1
aliases
@ -248,6 +248,7 @@ i3b() {
|
|||||||
alias sf=screenfetch
|
alias sf=screenfetch
|
||||||
alias nf=neofetch
|
alias nf=neofetch
|
||||||
randstr() { tr -dc 'a-zA-Z0-9' /dev/urandom | fold -w $1 | head -n 1; }
|
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"
|
alias lab="ssh -tt tw '~/ctl' 2>/dev/null"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user