From 0005cb5d3ce190dd853745322400e356a4c6ffa2 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 11 Jun 2020 13:54:03 +0300 Subject: [PATCH] Even more bold prompt --- zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.44.0