mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
5 lines
86 B
Bash
Executable file
5 lines
86 B
Bash
Executable file
if [[ -x `which nc` ]]; then
|
|
alias nyan='nc -v nyancat.dakko.us 23' # nyan cat
|
|
fi
|
|
|
|
|