1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-26 18:00:46 +00:00
ohmyzsh/plugins/go/go.plugin.zsh

4 lines
139 B
Bash
Raw Normal View History

print -P "%F{yellow}The 'go' plugin is deprecated. Use the '%Ugolang%u' plugin instead.%f"
source "$ZSH/plugins/golang/golang.plugin.zsh"