# swline Cute shell add this to your bashrc I guess ```bash function _update_ps1() { PS1=$(swline $?) } if [[ $TERM != linux && ! $PROMPT_COMMAND =~ _update_ps1 ]]; then PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND" fi ```