This website requires JavaScript.
Explore
Help
Sign In
dolysis
/
ohmyzsh
Watch
3
Star
0
Fork
You've already forked ohmyzsh
0
Code
Issues
Pull Requests
Releases
Activity
49161e7847
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