This website requires JavaScript.
Explore
Help
Sign In
shell-user
/
oh-my-zsh
Watch
1
Star
0
Fork
0
You've already forked oh-my-zsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced
2024-05-11 05:55:17 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
a48fd1e80882e1f3008d5ee027b3e41d38844414
oh-my-zsh
/
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 13:51:31 -08:00
if
[
[
-x
`
which nc
`
]
]
;
then
Update nyan.plugin.zsh
2014-01-24 10:27:41 -08: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 13:51:31 -08:00
fi
Reference in New Issue
Copy Permalink