From: Sergey Matveev Date: Thu, 8 Apr 2021 13:54:49 +0000 (+0300) Subject: No whitespaces during line counting X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=1e5770e6670f103db46d6d7dc1155e7f9fbe5cf1;ds=sidebyside No whitespaces during line counting --- diff --git a/zsh/.zshrc b/zsh/.zshrc index b0c5e6a..d109213 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -81,7 +81,7 @@ alias vi="vim" alias more="less" alias m="less " alias -g M="| less" -alias -g W="| wc -l" +alias -g W="| wc -l | sed 's/ //g'" alias mc="mc --nomouse" alias sent="mutt -f =sent-\`date '+%y-%m'\`" alias zc=~/bin/dc-wrapped.sh