Skip to content

Instantly share code, notes, and snippets.

@irfn
Created August 26, 2013 13:42
Show Gist options
  • Save irfn/6341533 to your computer and use it in GitHub Desktop.
Save irfn/6341533 to your computer and use it in GitHub Desktop.
touch ~/.zshmarks && source ~/.zshmarks
function b() {
echo "hash -d $1=\"`pwd`\"" >> ~/.zshmarks && source ~/.zshmarks
}
ishah@maelstrom: ~/dev/elisp $ pwd
/Users/ishah/dev/elisp
# bookmark
ishah@maelstrom: ~/dev/elisp $ b el
ishah@maelstrom: ~el $
#to navigate
ishah@maelstrom: ~ $ ~el
ishah@maelstrom: ~el $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment