Skip to content

Instantly share code, notes, and snippets.

View epiphanizer's full-sized avatar

Sean Halls epiphanizer

View GitHub Profile
@epiphanizer
epiphanizer / Shellmarks.sh
Created February 11, 2014 16:32
Shellmarks.sh
# Utilities for quickly accessing frequently used directories in bash.
# Usage:
# $ cd /path/to/project/src/
# $ mark code # Will create a new shortcut.
# # Becomes interactive if a shortcut already exists
# # m is an alias for mark. You can also `m code`
#
# $ code # From now on, running this anywhere in the shell
# # will put you in /path/to/project/src/code