diff options
Diffstat (limited to 'bash/colors.sh')
-rw-r--r-- | bash/colors.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/colors.sh b/bash/colors.sh index 7548803..6266c10 100644 --- a/bash/colors.sh +++ b/bash/colors.sh @@ -104,7 +104,7 @@ if [ $? -eq 0 ]; then \ else \ # @5 - Changes to working tree echo "'$IRed'"$(__git_ps1 " {%s}")"'$Color_Off'"; \ - fi)" - $(echo "'$IBlack'"`git sha | head -c 7`"'$Color_Off'"); \ + fi)" - $(echo "'$IBlack'"`git sha7`"'$Color_Off'"); \ fi)$(if [[ $IN_NIX_SHELL == 1 ]]; then\ echo "\n'$IBlack'~>'$Color_Off' '$Purple'nix-shell'$Color_Off' ('$BIBlue'$name'$Color_Off')'$Color_Off'" ;\ fi)$(echo "\n'$BIPurple'\$'$Color_Off' ";)' |