mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
9 lines
No EOL
230 B
Bash
9 lines
No EOL
230 B
Bash
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; } |