diff --git a/bash/.profile b/bash/.profile index 58a7698..0ba5db6 100644 --- a/bash/.profile +++ b/bash/.profile @@ -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\]"