Compare commits

...

2 Commits

Author SHA1 Message Date
Felix Van der Jeugt 6a1d41d37d
colour stuff in the alias to avoid misguiding the column width 2021-09-23 19:54:12 +02:00
Felix Van der Jeugt 6964db0504
move student list 2021-09-23 19:46:39 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ case "$choice" in
inject "$(pass otp code otp/"$choice" | head -1)"
;;
'student')
choice="$(pick < /data/courses/students.list)"
choice="$(pick < ~/.local/share/students.list)"
inject "$choice"
;;
'curl')

View File

@ -3,4 +3,4 @@ Alternate-Mailboxes: Felix Van der Jeugt <Felix.VanderJeugt@ugent.be>,Felix Van
Sendmail: msmtp -t
FQDN: mantle
Outbox: /data/mail/outbox
Scan-Format: %c%u %3n %d %17f %i%S
Scan-Format: %c%u %3n %d %17f %i%S

2
yashrc
View File

@ -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