my modified prompt

This commit is contained in:
Richard Maynard 2014-02-03 12:11:44 -06:00
commit 2315523996

View file

@ -1,26 +1,32 @@
# vim:ft=zsh ts=2 sw=2 sts=2 # vim:ft=zsh ts=2 sw=2 sts=2
# #
# agnoster's Theme - https://gist.github.com/3712874 # Adapted from agnoster's theme (a great work)
# A Powerline-inspired theme for ZSH # agnoster's Theme - https://gist.github.com/3712874
# Powerline-inspired theme for ZSH
# #
# # README # Requirements
# # A powerline patched font
# In order for this theme to render correctly, you will need a # Solarized colors look best as in agnosters original theme
# [Powerline-patched font](https://gist.github.com/1595572). # Oh My ZSH Plugins Used by me:
# # git
# In addition, I recommend the # gem
# [Solarized theme](https://github.com/altercation/solarized/) and, if you're # urltools
# using it on Mac OS X, [iTerm 2](http://www.iterm2.com/) over Terminal.app - # sublime
# it has significantly better color fidelity. # ssh-agent
# # screen
# # Goals # ruby
# # python
# The aim of this theme is to only show you *relevant* information. Like most # osx
# prompts, it will only show git information when in a git working directory. # nyan
# However, it goes a step further: everything from the current user and # brew
# hostname to whether the last call exited with an error to whether background # knife
# jobs are running in this shell will all be displayed automatically when # gnu-utils
# appropriate. # github
# git-flow
# virtualenv
# git-remote-branch
# battery
#
### Segment drawing ### Segment drawing
# A few utility functions to make it easy and re-usable to draw segmented prompts # A few utility functions to make it easy and re-usable to draw segmented prompts