This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MEHColeman's Theme | |
# Mostly based off agnoster's theme - https://gist.github.com/3712874 | |
# | |
# Removes the powerline font requirement; | |
# Adds git push/pull icon | |
# | |
# Colour a segment, don't work about termination characters, etc | |
colour_segment() { | |
local bg fg | |
[[ -n $1 ]] && bg="%K{$1}" || bg="%k" |