Skip to content

Instantly share code, notes, and snippets.

@yusufhm
Last active March 1, 2016 23:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yusufhm/96c006fed29fd13ebe5f to your computer and use it in GitHub Desktop.
Save yusufhm/96c006fed29fd13ebe5f to your computer and use it in GitHub Desktop.
Create directory bookmark in zsh
# Create a bookmark using the following command
hash -d -- bookmark_name=/path/to/dir
# Access using
cd ~bookmark_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment