xonsh/news/fix-ls-color-codes.rst

30 lines
682 B
ReStructuredText
Raw Normal View History

2020-06-09 21:47:59 -04:00
**Added:**
* $LS_COLORS code 'mh' now recognized for (multi) hard-linked files.
2020-06-10 22:07:50 -04:00
* $LS_COLORS code 'ca' now recognized for files with security capabilities (linux only).
2020-06-09 21:47:59 -04:00
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* $LS_COLORS code 'fi' now used for "regular files", as it should have been all along. (was 'rs')
See (#3608)[https://github.com/xonsh/xonsh/issues/3608].
2020-06-13 01:36:22 -04:00
* pyghooks.color_files now follows implememntation of ls --color closely. Thanks @qwenger!
2020-06-13 08:01:06 -04:00
However, a few documented differences remain due to use in Xonsh.
2020-06-13 01:36:22 -04:00
* $LS_COLORS['ln'] = 'target' now works. Also fixes #3578.
2020-06-09 21:47:59 -04:00
**Security:**
2020-06-13 08:01:06 -04:00
* <news item>