Skip to content

Instantly share code, notes, and snippets.

View dmukhg's full-sized avatar

Dipanjan Mukherjee dmukhg

  • Bangalore, India
View GitHub Profile
@dmukhg
dmukhg / .zshrc
Created March 29, 2012 07:32 — forked from DHowett/.zshrc
Shell Bookmarks for ZSH
# Instructions
# << command >> : << what it does >>
# l : lists all bookmarks
# s <name> : save current directory as <name>
# g <name> : go to bookmark <name>
# d <name> : delete bookmark <name>
function _uh { [[ -z $DEV ]]; return $? }