diff --git a/custom/plugins/tv/tv.plugin.zsh b/custom/plugins/tv/tv.plugin.zsh new file mode 100644 index 000000000..12583200e --- /dev/null +++ b/custom/plugins/tv/tv.plugin.zsh @@ -0,0 +1,9 @@ +c() { cd /var/www/$1; } + +_c() { _files -W /var/www -/; } +compdef _c c + +creport() { cd /var/www/yoolk_report; } +cportal() { cd /var/www/yoolk_portal; } +ccore() { cd /var/www/yoolk_report/yoolk_core; } +sql() { mysql -uroot -p; } \ No newline at end of file