5 lines
150 B
Bash
5 lines
150 B
Bash
|
# Override the git prompt, because I don't want it in my left-hand prompt, and I can't use the variable to unset it for some reason
|
||
|
prompt_git() {
|
||
|
|
||
|
}
|