This website requires JavaScript.
Explore
Help
Register
Sign In
mingzailao
/
ohmyzsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
Watch
1
Star
0
Fork
You've already forked ohmyzsh
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1691cf8a99
ohmyzsh
/
plugins
/
nyan
/
nyan.plugin.zsh
6 lines
86 B
Bash
Raw
Blame
History
if
[
[
-x
`
which nc
`
]
]
;
then
alias
nyan
=
'nc -v nyancat.dakko.us 23'
# nyan cat
fi
Reference in New Issue
View Git Blame
Copy Permalink