mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
3 lines
65 B
Bash
3 lines
65 B
Bash
c() { cd ~/Code/$1; }
|
|
_c() { _files -W ~/Code -/; }
|
|
compdef _c c
|