settings

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 23102f907f8a22a0acebac1cb408005ceee59ce8
parent c06fe37818b44c3617ba3e1c42c2ad904ef20dfe
Author: Paul Longtine <paul@nanner.co>
Date:   Tue Feb 17 00:48:19 2015

I can't stop.

Diffstat:
 zsh/.zshrc | 2 +-
 zsh/git.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zsh/.zshrc b/zsh/.zshrc @@ -2,7 +2,7 @@ PROMPT=$'%{\e[1;37m%}λ %{\e[0m%}' -RPS1=$'%{\e[0;37m%}%~ %{\e[0;33m%}$(~/.local/bin/git.sh)%{\e[0m%}' +RPS1=$'%{\e[0;33m%}$(~/.local/bin/git.sh) %{\e[0;37m%}%~%{\e[0m%}' setopt histignorealldups sharehistory diff --git a/zsh/git.sh b/zsh/git.sh @@ -14,7 +14,7 @@ function prompt_git() { END {print r}' )" if [[ "$flags" ]]; then - output="$output:$flags" + output="$flags:$output" fi echo "$output" }