This commit is contained in:
Luan Santos 2012-04-21 11:05:37 -03:00
commit d25e6e6e44
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,3 @@
c() { cd ~/Code/$1; }
_c() { _files -W ~/Code -/; }
compdef _c c