dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit bcd160778076ddced5c664f879118cc6ca345b15
parent e397a68c58fa609c5914fd182e8f3a643b59052a
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Mon, 24 Nov 2014 21:29:42 -0800

Bash: Update Checkium funtion names

Diffstat:
bashrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bashrc b/bashrc @@ -55,7 +55,7 @@ git_color() { } PS1='\[${Blue}\]\u \ -\[$(check_color)\]$(random_face) \ +\[$(checkium_color)\]$(checkium_random_face) \ \[$(git_color)\]$(__git_ps1 "%s ")\[${White}\]\ \$\[${Color_Off}\] '