colour stuff in the alias to avoid misguiding the column width
This commit is contained in:
parent
6964db0504
commit
6a1d41d37d
2 changed files with 2 additions and 2 deletions
2
yashrc
2
yashrc
|
@ -65,7 +65,7 @@ alias marchive="mflag -fSt"
|
|||
alias mspam="mflag -fST"
|
||||
alias mkeep="mflag -FSt"
|
||||
alias munread="mdirs /data/mail | mlist -nds | mseq -S && mscan"
|
||||
alias minbox="mdirs /data/mail | mlist -ndt | mpick -t 'flagged || ! seen' | msort -d | mthread | mseq -S && MBLAZE_PAGER=cat mscan"
|
||||
alias minbox="mdirs /data/mail | mlist -ndt | mpick -t 'flagged || ! seen' | msort -d | mthread | mseq -S && mscan | sed 's/^\(...\)\(...\) \(..........\) \(.................\) \(.*\)$/$(tput setaf 119)\1$(tput sgr0)\2 $(tput setaf 8)\3$(tput sgr0) \4 $(tput setaf 148)\5$(tput sgr0)/'"
|
||||
export MBLAZE_PAGER='less -RF'
|
||||
|
||||
# There is only one vis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue