This website requires JavaScript.
Explore
Help
Sign in
linux
/
ohmyzsh
Watch
1
Star
0
Fork
You've already forked ohmyzsh
0
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced
2024-11-12 21:39:48 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c840594c6f
ohmyzsh
/
plugins
/
nyan
/
nyan.plugin.zsh
6 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
Adding critical security patch to let you all know I'm on top of this shit. add 'nyan' to your plugins... then run for security upgrade.
2011-12-06 22:51:31 +01:00
if
[
[
-x
`
which nc
`
]
]
;
then
Update nyan.plugin.zsh
2014-01-24 19:27:41 +01:00
alias
nyan
=
'nc -v nyancat.dakko.us 23'
# nyan cat
Adding critical security patch to let you all know I'm on top of this shit. add 'nyan' to your plugins... then run for security upgrade.
2011-12-06 22:51:31 +01:00
fi
Reference in a new issue
Copy permalink