Skip to content

Instantly share code, notes, and snippets.

@oelmekki
Created June 16, 2009 07:22
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 oelmekki/130580 to your computer and use it in GitHub Desktop.
Save oelmekki/130580 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
if [[ -z $1 ]]; then
echo 'you must specify a shortcut name'
exit
fi
dir="$(pwd)"
echo "$1=\"$dir\"" >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment