1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-13 10:50:40 +01:00

Merge pull request #1133 from mappleconfusers/605ad8725b06cc15f8523404f59060b6a71bb7a2

Cat alias: :3
This commit is contained in:
Robby Russell
2012-12-05 07:19:18 -08:00

View File

@@ -5,6 +5,7 @@ alias wtf='dmesg'
alias onoz='cat /var/log/errors.log'
alias rtfm='man'
alias :3='echo'
alias visible='echo'
alias invisible='cat'
alias moar='more'