diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-12 13:32:23 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-12 13:32:23 +0800 |
| commit | f89c1996bdd800f80f05e817280c88e28b55381f (patch) | |
| tree | ce184d9944b42304a1544681b8fdcaa3c636f304 | |
| parent | d87b61e4681b35700d970b1cb099dd6f68a17bd0 (diff) | |
update
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -64,7 +64,7 @@ Say you delete gists with command `gist delete <index-of-gist>...`, the local gi | |||
| 64 | ## Configuration | 64 | ## Configuration |
| 65 | `gist` stores your configuraion inside `~/.config/gist.conf`, with `<key>=<value>` format for each line. And just do `source ~/.config/gist.con` at runtime. This file is created automatically when you do the first configuration, and only allows current user to read and write (permission 600). | 65 | `gist` stores your configuraion inside `~/.config/gist.conf`, with `<key>=<value>` format for each line. And just do `source ~/.config/gist.con` at runtime. This file is created automatically when you do the first configuration, and only allows current user to read and write (permission 600). |
| 66 | 66 | ||
| 67 | Valid keys are [`user`](#user), [`token`](#token), [`folder`](#folder), [`auto_sync`](#auto_sync), [`action`](#action) and [`EDITOR`](#EDITOR). Use the following commads to set value: | 67 | Valid keys are [`user`](#user), [`token`](#token), [`folder`](#folder), [`auto_sync`](#auto_sync), [`action`](#action), [`EDITOR`](#EDITOR) and [protocol](#protocol). Use the following commads to set value: |
| 68 | ``` bash | 68 | ``` bash |
| 69 | gist config <key> <value> | 69 | gist config <key> <value> |
| 70 | 70 | ||