Files
bash-it/themes
Dan Wendorf c5f2c408e7 SCM_CURRENT_USER supports accented characters
`tr 'A-Z' 'a-z'` will only convert non-accented characters. Switching to
`[:upper:]` and `[:lower:]` adds support for accents.
See https://github.com/koalaman/shellcheck/wiki/SC2018

Additionally, printf's character splitting does not support accented
characters, so output isn't as expected. Using bash's variable expansion
syntax instead will correctly get the full accented character.
2017-12-18 09:05:33 -08:00
..
2017-02-03 15:12:49 -02:00
2017-11-10 14:38:33 -05:00
2017-07-07 15:02:54 +02:00
2011-04-29 17:56:04 -05:00
2017-04-24 10:19:14 -07:00
2017-06-23 09:12:46 -05:00
2016-12-09 10:40:42 +05:45
2017-11-17 17:07:43 +08:00