Software /
code /
clix
Comparison
README @ 39:4b08296a6748
README: Correct location of .clix(rc)? file
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 24 Aug 2010 10:55:49 -0700 |
parent | 31:7f649b0ba94d |
comparison
equal
deleted
inserted
replaced
38:eb9f706324c7 | 39:4b08296a6748 |
---|---|
49 | 49 |
50 When no command is specified, clix will print a list of the names | 50 When no command is specified, clix will print a list of the names |
51 and descriptions of all built-in commands. | 51 and descriptions of all built-in commands. |
52 | 52 |
53 ## Configuration | 53 ## Configuration |
54 Clix looks for its config file at $HOME/.clix - it is a simple 'ini' | 54 Clix looks for its config file at $XDG_CONFIG_HOME/.clixrc or |
55 format, which looks like this: | 55 $XDG_CONFIG_HOME/.clix (XDG_CONFIG_HOME defaults to ~/.config) - it is |
56 a simple 'ini' format, which looks like this: | |
56 | 57 |
57 [default] | 58 [default] |
58 jid=user@example.com | 59 jid=user@example.com |
59 password=mypassword | 60 password=mypassword |
60 | 61 |