Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
2bb10441
Unverified
Commit
2bb10441
authored
Aug 23, 2018
by
Marc Cornellà
Committed by
GitHub
Aug 23, 2018
Browse files
nyan: deprecate plugin with removal notice
Fixes #6826
parent
314f9dfc
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/nyan/nyan.plugin.zsh
View file @
2bb10441
if
[[
-x
`
which nc
`
]]
;
then
alias
nyan
=
'nc -v nyancat.dakko.us 23'
# nyan cat
fi
print
-Pn
'%F{yellow}'
cat
>
&2
<<-
EOD
nyan plugin:
The nyancat server used by this plugin was shut down due to increased
bandwidth costs, so the nyan plugin no longer works. You can get the
same functionality in some distributions by installing the nyancat package,
or you can compile it yourself.
See https://github.com/klange/nyancat for more information.
EOD
print
-Pn
'%f'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment