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