1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-13 10:50:40 +01:00

Merge remote branch 'upstream/master'

This commit is contained in:
Sébastien M-B
2011-12-08 16:56:45 +01:00

View File

@@ -0,0 +1,5 @@
if [[ -x `which nc` ]]; then
alias nyan='nc -v miku.acm.uiuc.edu 23' # nyan cat
fi