Skip to content

Instantly share code, notes, and snippets.

@yusufhm
Last active March 1, 2016 23:32
Show Gist options
  • Select an option

  • Save yusufhm/96c006fed29fd13ebe5f to your computer and use it in GitHub Desktop.

Select an option

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