Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 768 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 768 Bytes

Introduction

This is a frakenscript cobbled together from tirmm@reddit

which was copied / translated from zsh made by Steve Losh

which was a fork from oh-my-zsh

Changes

  • added __git_ps1 code into this script
  • added PS1_RED color variable
  • added exit code status to prompt, which is red if it's a non-zero exit code.
  • fixed the bash prompt so root would be a # instead of a $
  • added it so git status was parsed. + = untracked files. ± = changes to be commited. ~ = files have been modified
  • changed to include modified in the changes to be commited.