From 4d60242d2d3483a4b833111f8a93bcdf51cbd68c Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 21 Nov 2015 21:33:09 +0100 Subject: [PATCH] prompt fix --- bash_profile | 2 -- bash_prompt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bash_profile b/bash_profile index 015d67f..d8d9a32 100644 --- a/bash_profile +++ b/bash_profile @@ -56,8 +56,6 @@ complete -o "nospace" -W "Contacts Calendar Dock Finder Mail Safari iTunes Syste # aws-cli tab completion complete -C aws_completer aws -# grunt-cli tab completion -eval "$(grunt --completion=bash)" # ---------------------------------------------------------------------- # rvm diff --git a/bash_prompt b/bash_prompt index 4821441..5577724 100644 --- a/bash_prompt +++ b/bash_prompt @@ -112,7 +112,7 @@ fi; PS1="\[\033]0;\w\007\]"; PS1+="\n"; PS1+="\[${cyan}\]\w"; # working directory -PS1+="\$(prompt_git \" ${gray}\")"; # Git repository details +PS1+="\$(prompt_git \" \[${gray}\]\")"; # Git repository details PS1+="\n"; PS1+="\[${dim}\]→ \[${reset}\]"; # `→` (and reset color) export PS1;