I'm not sure why this is required on my Mac...
This commit is contained in:
parent
f377ae99a5
commit
c4564abf21
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
|
||||
export SHELL=/bin/bash
|
||||
|
||||
update_terminal_cwd() {
|
||||
true;
|
||||
}
|
||||
|
||||
set_prompt() {
|
||||
local BLUE="\[\e[0;34m\]"
|
||||
local DARK_BLUE="\[\e[1;34m\]"
|
||||
|
|
Loading…
Reference in a new issue