Skip to content

Commit

Permalink
Add support for Ki, Mi, Gi and Ti (Mac OS X / Darwin uses these units…
Browse files Browse the repository at this point in the history
… instead of K, M, G and T)
  • Loading branch information
jooray committed Mar 15, 2015
1 parent d6de4ce commit a1fc5f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf.df
Expand Up @@ -3,19 +3,19 @@ regexp=^.*?\s
colours=green
======
# Size 'K'
regexp=\s\d*[.,]?\dK\s
regexp=\s\d*[.,]?\dKi?\s
colours=green
======
# Size 'M'
regexp=\s\d*[.,]?\dM\s
regexp=\s\d*[.,]?\dMi?\s
colours=yellow
======
# Size 'G'
regexp=\s\d*[.,]?\dG\s
regexp=\s\d*[.,]?\dGi?\s
colours=red
======
# Size 'T'
regexp=\s\d*[.,]?\dT\s
regexp=\s\d*[.,]?\dTi?\s
colours=bold red
======
# Mounted on
Expand Down

0 comments on commit a1fc5f3

Please sign in to comment.