diff options
author | June McEnroe <programble@gmail.com> | 2013-01-26 16:19:30 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-01-26 16:19:30 -0500 |
commit | 24dce78167ca9b1d5ffd35cea52e55ce7e7b2969 (patch) | |
tree | 430b1089934a8d2d6c69b69c7a2fe26a4ffb9e4f | |
parent | Port awesome config to 3.5 (diff) | |
download | src-24dce78167ca9b1d5ffd35cea52e55ce7e7b2969.tar.gz src-24dce78167ca9b1d5ffd35cea52e55ce7e7b2969.zip |
Make pretty zshrc
-rw-r--r-- | .zshrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc index 4d21d8be..4d73851d 100644 --- a/.zshrc +++ b/.zshrc @@ -38,6 +38,8 @@ colors PROMPT="%{$terminfo[bold]$fg[green]%}[%{$fg[blue]%}%30<..<%~%{$fg[green]%}]%(!.#.$)%{$terminfo[sgr0]$reset_color%} " RPROMPT="%(?..%{$terminfo[bold]$fg[green]%}[%{$fg[red]%}%?%{$fg[green]%}]%{$terminfo[sgr0]%})" +# Libs and stuff + source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ZSH_HIGHLIGHT_STYLES[command]='bold' ZSH_HIGHLIGHT_STYLES[builtin]='none' @@ -54,6 +56,8 @@ ZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]='fg=yellow,bold' source ~/.zsh/z/z.sh +source /usr/share/chruby/chruby.sh + # Environment export EDITOR=vim @@ -128,8 +132,6 @@ alias gsh='git show' alias gt='git tag' alias gu='git pull' -source /usr/share/chruby/chruby.sh - # Update all the time! /usr/bin/pacman -Qu > /dev/null && [ ! -f /var/lib/pacman/db.lck ] && sudo $PACMAN -Syu true |