Skip to content

Instantly share code, notes, and snippets.

@dangalipo
Created March 25, 2013 09:19
Show Gist options
  • Save dangalipo/5235926 to your computer and use it in GitHub Desktop.
Save dangalipo/5235926 to your computer and use it in GitHub Desktop.
work() { cd ~/Projects/$1; }
_work() { _files -W ~/Projects -/; }
compdef _work work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment