diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -98,7 +98,7 @@ Say you delete gists with command `gist delete <index-of-gist>...`, the local gi | |||
| 98 | 98 | ||
| 99 | `~/.config/gist.conf` is created automatically when you run `gist` at the first time, it only allows current user to read and write (permission 600). | 99 | `~/.config/gist.conf` is created automatically when you run `gist` at the first time, it only allows current user to read and write (permission 600). |
| 100 | 100 | ||
| 101 | Valid keys are [`user`](#user), [`token`](#token), [`folder`](#folder), [`auto_sync`](#auto_sync), [`action`](#action), [`EDITOR`](#EDITOR) and [`protocol`](#protocol). Use the following commands to set value: | 101 | Valid keys are [`user`](#user), [`token`](#token), [`folder`](#folder), [`auto_sync`](#auto_sync), [`action`](#action), [`EDITOR`](#EDITOR) and [`protocol`](#protocol) [`show_untagged`](#show_untagged). Use the following commands to set value: |
| 102 | ``` bash | 102 | ``` bash |
| 103 | # Set key with a given value | 103 | # Set key with a given value |
| 104 | gist config <key> <value> | 104 | gist config <key> <value> |