David Blume commited on 2018-04-26 21:22:39
Showing 1 changed files, with 1 additions and 1 deletions.
... | ... |
@@ -4,7 +4,7 @@ if [[ $(uname -s) != Darwin* ]] && [ -f /etc/bashrc ]; then |
4 | 4 |
. /etc/bashrc |
5 | 5 |
fi |
6 | 6 |
|
7 |
-export PROMPT_DIRTRIM=3 |
|
7 |
+export PROMPT_DIRTRIM=4 |
|
8 | 8 |
if [[ -n $SSH_CLIENT ]]; then |
9 | 9 |
export PS1='$(if [ $? -eq 0 ]; then echo -e "\[\e[32m\]\xe2\x9c\x93"; else echo -e "\[\e[31m\]\xe2\x9c\x97"; fi) \[\e[38;5;242m\]\h:\w$\[\e[0m\] ' |
10 | 10 |
else |
11 | 11 |