mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-12 11:39:33 +02:00
Allow using - as a synonym for /dev/stdin when reading the config
This commit is contained in:
@@ -43,7 +43,8 @@ directory is always used and the above searching does not happen.
|
||||
|
||||
If :file:`/etc/xdg/{appname}/{conf_name}.conf` exists it is merged before (i.e. with lower
|
||||
priority) than any user config files. It can be used to specify system-wide
|
||||
defaults for all users.
|
||||
defaults for all users. You can use either :code:`-` or :code:`/dev/stdin` to read the
|
||||
config from STDIN.
|
||||
'''.replace(
|
||||
'{macos_confpath}',
|
||||
(':file:`~/Library/Preferences/{appname}/{conf_name}.conf`,' if is_macos else ''), 1
|
||||
|
||||
Reference in New Issue
Block a user