From: Sergey Matveev Date: Thu, 11 Jun 2020 10:54:03 +0000 (+0300) Subject: Even more bold prompt X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=0005cb5d3ce190dd853745322400e356a4c6ffa2 Even more bold prompt --- 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"