ohmyzsh/plugins/luan/luan.plugin.zsh
Luan Santos d25e6e6e44 plugins!
2012-04-21 11:05:37 -03:00

3 lines
65 B
Bash

c() { cd ~/Code/$1; }
_c() { _files -W ~/Code -/; }
compdef _c c