Skip to content

Commit

Permalink
Better explain the Configuration tile location on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Aug 9, 2021
1 parent 7adfc52 commit 54b27b7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Usage: pistol OPTIONS <file> [<extras> ...]
OPTIONS
-V, --version Print version date and exit
-c, --config <config file> configuration file to use (defaults to ~/.config/pistol/pistol.conf)
-c, --config <config file> configuration file to use (defaults to ~/.config/pistol/pistol.conf on Linux)
-h, --help print help and exit
ARGUMENTS
Expand Down Expand Up @@ -238,8 +238,11 @@ $EDITOR "$(find -name '*.py' | fzf --preview='pistol {}')"
Although Pistol previews files of certain MIME types by default, it
doesn’t force you to use these internal previewers for these MIME types.
You can change this behaviour by writing a configuration file in
`$XDG_CONFIG_HOME/pistol/pistol.conf` (or
`~/.config/pistol/pistol.conf`) with the syntax as explained below.
`~/.config/pistol/pistol.conf` (or `$XDG_CONFIG_HOME/pistol/pistol.conf`) On
GNU systems, with the syntax as explained below.

::NOTE:: On OS X, this location defaults to:
`~/Library/Preferences/pistol/pistol.conf`, as the XDG specification imposes.

=== Syntax

Expand Down

0 comments on commit 54b27b7

Please sign in to comment.