Created
August 26, 2013 13:42
-
-
Save irfn/6341533 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
touch ~/.zshmarks && source ~/.zshmarks | |
function b() { | |
echo "hash -d $1=\"`pwd`\"" >> ~/.zshmarks && source ~/.zshmarks | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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