From 4a27c3743aac41adbb81b1a3a8a476a24a6f46c9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 18 Jan 2017 21:37:16 +0530 Subject: [PATCH] Mention macOS config file path --- README.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 524ed0ef1..5aded2c27 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -239,8 +239,9 @@ kitty is highly customizable, everything from keyboard shortcuts, to painting frames-per-second. See the heavily commented link:kitty/kitty.conf[default config file]. By default kitty looks for a config file in the OS config directory (usually -`~/.config/kitty/kitty.conf` on Linux) but you can pass a specific path -via the `--config` option. +`~/.config/kitty/kitty.conf` on Linux and +`~/Library/Preferences/kitty/kitty.conf` on macOS) but you can pass a specific +path via the `--config` option. == Startup Sessions