-
46fe1183a Squashed 'repos/robbyrussell/oh-my-zsh/' changes from bd6dbd1..286c3e5 ... Browse Code »1
286c3e5 Merge pull request #4961 from aesopwolf/patch-1
69e1506 Add git user profile functions for prompt display
c458277 Merge pull request #4957 from TorrentKatten/master
e8a9d0e localization support for clock in candy theme
c3b3de5 Merge pull request #4956 from RobLoach/asdf
616ac67 Add 'asdf' plugin
b4a85ec Merge pull request #4728 from atk91/4727
7cc1eab Merge pull request #2752 from isqua/bureau_theme_fix
c74681a Merge pull request #2392 from s7anley/master
d1a5fad Merge pull request #4943 from MattLewin/master
dfccac3 Merge pull request #3892 from delphiki/sf2-plugin
8daa52d Merge pull request #4809 from aried3r/patch-1
5365cca Merge pull request #4849 from gkotian/master
7697c40 Merge pull request #4939 from AntouanK/feature/npm-outdated
fc89773 Update 'tm' function to take multiple files on the command-line
9280f2c Merge pull request #4940 from ysmood/optimize-ys-theme
186f009 Update README.markdown
2cc5976 Merge pull request #4941 from getaaron/patch-1
e0246ed Remove "Mac" from "Mac OS X"
9cc3e8b Optimize the ys.zsh-theme make it simpler
097cc70 [feature/npm-outdated] - add alias for "npm outdated" to check outdated npm modules
8ac1859 Update GitHub download URLs in README
83cf8dc Merge pull request #4790 from lckarssen/avit-theme-fixes
fdff700 Merge pull request #4863 from ysmood/optimize-ys-theme
bbedad8 Merge pull request #4847 from kennethreitz/patch-1
55fed4f Fix use of CARETCOLOR in avit theme
9c36248 Better visible colours in avit for Ubuntu terminal
cfac963 Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
9a2376b add: exit code
aeca2ad Optimize the ys.zsh-theme make it more expressive
eee6f08 Minor README fixes
568f481 update kennethreitz.zsh-theme
07424c9 Update kennethreitz.zsh-theme
a6ad7a0 Add missing alias to README of bundler plugin
0a47451 Updated colour of ◀ in PROMPT2 of the avit theme. In commit 729fd53 I incorrectly only changed PROMPT1. Now both ▶ and ◀ follow $CARETCOLOR.
63e216b oh-my-zsh avit theme: instead of only showing the last 3 directories in the $PWD shorten the path by removing some middle parts if $PWD becomes too long.
18801e2 Shorter way of creating bold colours in a ZSH theme (applied to the avit theme).
ceca00a Adapt some colours in the avit theme for better visibility in the default Ubuntu terminal theme.
854c41d Fix in avit theme: $CARETCOLOR was not to actually colour the caret, so change to root user wouldn't show in the prompt.
a67dfae Set colour for user@hostname to red if we're root (or sudo) in the bira theme.
d853ec4 Closes #4727
68e03a0 Changed env based sf2 shortcuts to sfdev & sfprod
a1ed87a Added environment based shortcuts in symfony2 plugin
e2bf7cb Fix checkmark for clean repo in bureau theme
a6ab704 Added a short description of the plugin
b3d27be Update seach parameter
aac85f0 Proper handling of tags
e585904 Geeknote autocomplete and aliasgit-subtree-dir: repos/robbyrussell/oh-my-zsh
git-subtree-split: 286c3e5e28b651c3f629e6aaba589a1cf56da4d8
PROMPT=$'%{$fg_bold[green]%}%n@%m %{$fg[blue]%}%D{[%X]} %{$reset_color%}%{$fg[white]%}[%~]%{$reset_color%} $(git_prompt_info)\
%{$fg[blue]%}->%{$fg_bold[blue]%} %#%{$reset_color%} '
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}["
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[green]%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""