X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=zsh%2F.zshrc;h=49c03af9319b4a48944b932b5a00e43e2521e88f;hp=0756acccf4c46ebd56138eff6ad1fa52018fcd75;hb=0005cb5d3ce190dd853745322400e356a4c6ffa2;hpb=ec8f68fde041d6ae09a863d010a21468ddd81340 diff --git a/zsh/.zshrc b/zsh/.zshrc index 0756acc..49c03af 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -47,7 +47,7 @@ function zle-line-init zle-keymap-select { prompt+="%U${timer_show}%u|" prompt+="%B%?%b" prompt+="${mode_vi}" - prompt+="%F{magenta}%#%f " + prompt+="%B%F{magenta}%#%f%b " PS1="$prompt" zle reset-prompt } @@ -71,6 +71,7 @@ alias vi="vim" alias more="less" alias m="less " alias -g M="| less" +alias -g W="| wc -l" alias mc="mc --nomouse" bindkey -s "OS" " popd\n" # F4 @@ -93,7 +94,6 @@ alias Gd="git diff" alias Gs="git show" alias Gm="git diff --name-only --diff-filter=M" alias Gam="git commit --amend" -alias -g W="| wc -l" git_common="--oneline --abbrev-commit" alias Gl="git log $git_common --graph --decorate=short"