Skip to content

Instantly share code, notes, and snippets.

@sevas
Created June 12, 2011 09:56
Show Gist options
  • Select an option

  • Save sevas/1021391 to your computer and use it in GitHub Desktop.

Select an option

Save sevas/1021391 to your computer and use it in GitHub Desktop.
fancy prompt
select_macpython32()
{
echo "Setting environment for MacPython 3.2"
PATH="/Library/Frameworks/Python.framework/Versions/3.2/bin/:${OLD_PATH}"
export PATH
export PS1="(MacPython 3.2) \h:\W \u\$ "
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment