diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-20 07:02:26 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-20 07:02:26 +0100 |
commit | f6c7af2bde6e862cd5a939719e604a6616f85f26 (patch) | |
tree | f75d4949cffbf106c79c3a27fa0be6a2abedb3c9 /info | |
parent | typo (diff) | |
download | blueshift-f6c7af2bde6e862cd5a939719e604a6616f85f26.tar.gz blueshift-f6c7af2bde6e862cd5a939719e604a6616f85f26.tar.bz2 blueshift-f6c7af2bde6e862cd5a939719e604a6616f85f26.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r-- | info/blueshift.texinfo | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index 2bc9222..d77c535 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -112,9 +112,12 @@ Blueshift recognises the following options: @itemx --configurations FILE Select configuration script. This defaults to the first file of the following the exists: -@file{$XDG_CONFIG_HOME/blueshift/blueshiftrc}, -@file{$HOME/.config/blueshift/blueshiftrc}, -@file{$HOME/.blueshiftrc}, @file{/etc/blueshiftrc}. +@itemize @bullet +@item @file{$XDG_CONFIG_HOME/blueshift/blueshiftrc} +@item @file{$HOME/.config/blueshift/blueshiftrc} +@item @file{$HOME/.blueshiftrc} +@item @file{/etc/blueshiftrc} +@end itemize Blueshift does not check the user home, rather it checks @env{HOME} which should be the user home, unless you change it yourself. |