mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 16:30:09 +00:00
Merge remote branch 'upstream/master'
This commit is contained in:
commit
9969fca25b
1 changed files with 5 additions and 0 deletions
5
plugins/nyan/nyan.plugin.zsh
Normal file
5
plugins/nyan/nyan.plugin.zsh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
if [[ -x `which nc` ]]; then
|
||||||
|
alias nyan='nc -v miku.acm.uiuc.edu 23' # nyan cat
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue