Skip to content

Instantly share code, notes, and snippets.

@ryanwilliams
Created May 3, 2010 05:44
Show Gist options
  • Save ryanwilliams/387803 to your computer and use it in GitHub Desktop.
Save ryanwilliams/387803 to your computer and use it in GitHub Desktop.
function python_bash_prompt {
echo `python ~/.dotfiles/bash_prompt.py`
}
PS1="$(python_bash_prompt) "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment