2 lines
135 B
Bash
2 lines
135 B
Bash
#!/bin/bash
|
|
export PS1='${LIGHT_BLUE}$(prompt_char)${LIGHT_GREEN} $(parse_git_branch) ${ORANGE}\h ${NORMAL}in ${GREEN}\w ${NORMAL}→ ' |