diff --git a/meatballhat.zsh-theme b/meatballhat.zsh-theme index 895a377..ad2cc95 100644 --- a/meatballhat.zsh-theme +++ b/meatballhat.zsh-theme @@ -1,6 +1,6 @@ # vim:filetype=zsh local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ %s)" -PROMPT='$(date -u +%Y-%m-%dT%H:%M:%S) ${ret_status}%{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}' +PROMPT='$(date -u +%Y-%m-%dT%H:%M:%S) ${ret_status}%{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)$(hg_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}' ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" diff --git a/zshrc b/zshrc index 23ba631..82f282b 100644 --- a/zshrc +++ b/zshrc @@ -42,6 +42,7 @@ plugins=( heroku hk knife + mercurial osx pip postgres @@ -140,6 +141,7 @@ __maybesource ~/.travis/travis.sh __maybesource ~/google-cloud-sdk/path.zsh.inc __maybesource ~/google-cloud-sdk/completion.zsh.inc __maybesource /usr/share/nvm/init-nvm.sh +__maybesource ~/.kiex/scripts/kiex if [[ -f ~/perl5/lib/perl5/local/lib.pm ]]; then eval "$(perl -I ~/perl5/lib/perl5 '-Mlocal::lib')"