Changing to a zsh-theme that appears not to suffer from the offset

madness from plain putty
This commit is contained in:
Steven Lu 2013-07-11 02:33:35 -04:00
commit 51f28dfc43
2 changed files with 2 additions and 3 deletions

View file

@ -102,7 +102,7 @@ $(myjobs)%(!.%{$fg[red]%}#.%{$fg[cyan]%})%{$reset_color%} '
} }
# display exitcode on the right when >0 # display exitcode on the right when >0
return_code="%(?..%{$fg[magenta]%}%? ↲ %{$reset_color%}) " return_code="%(?..%F{magenta}%? ↲ %f) "
RPROMPT='${return_code}$(git_prompt_info)$(git_prompt_short_sha)$(my_git_prompt_status_and_time)' RPROMPT='${return_code}$(git_prompt_info)$(git_prompt_short_sha)$(my_git_prompt_status_and_time)'

3
zshrc
View file

@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh
# Look in ~/.oh-my-zsh/themes/ # Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each # Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded. # time that oh-my-zsh is loaded.
ZSH_THEME="lust" ZSH_THEME="steeef"
# Example aliases # Example aliases
# alias zshconfig="mate ~/.zshrc" # alias zshconfig="mate ~/.zshrc"
@ -93,7 +93,6 @@ alias gdc="gd --cached"
alias gg="git lg" alias gg="git lg"
alias gcm="git commit -am" alias gcm="git commit -am"
alias mk="make" alias mk="make"
alias v="vim"
alias ds="dirs -v | head -10" alias ds="dirs -v | head -10"
alias d="gd" alias d="gd"