Switch to powerline prompt.

This commit is contained in:
2014-11-20 17:41:17 -08:00
parent b442af27e3
commit b22b1828f9
6 changed files with 82 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ function set_bash_prompt() {
╰─$(command_line_character) "
}
export PROMPT_COMMAND=set_bash_prompt
# export PROMPT_COMMAND=set_bash_prompt
PS2='(%_) '
@@ -74,3 +74,9 @@ case "$TERM" in
export PS1='> '
;;
esac
function set_powerline_prompt {
source "$(python_module_path powerline)/bindings/bash/powerline.sh"
}
set_powerline_prompt