[13:14:19][~/Projects/ruby/redmine (master) {jruby-head@redmine}]
$ false
[exited with 1]
-
Current time, host, shortened
$PWD
on one line -
Show hash (
#
) for prompt androot@host
when root -
Show
user@host
when$SSH_TTY
is set (remote ssh sessions) -
Show git branch
-
Show RVM info (Ruby, version, current gemset)
-
Show shortened
$PWD
in terminal window title as well as prompt -
Print any non-zero exit status after the command has finished
-
Growl support: growl when a long-running command is done
$ growldone "Finished" && long_running_command
-
Ensure you have git-completion.bash installed and sourced.
source ~/.bashrc.d/git-completion.bash
-
Put
prompt.bash
somewhere in your home directory and source it.source ~/.bashrc.d/prompt.bash
I get this on Snow Leopard.
Nothing seems to call _prompt_command?