mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 09:47:21 +01:00
prompt fix
This commit is contained in:
parent
b27e15cbe0
commit
4d60242d2d
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user