aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-06-29 15:01:41 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-06-29 15:01:41 +0800
commitcd07b16df332b37010cd082538abb2fb14882ce5 (patch)
tree5eddaa419709ad8b00e91fcbd20723c8850e2b31
parenta74940ba27cf3889ab3b26988a61c67431dd9118 (diff)
Update README
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 07e604e..3f25be3 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,8 @@ Run `gist <INDEX>` to enter sub-shell with working directory of the given gist i
112Since now a gist is a local cloned repo, it is your business to do git commit and git push. Use `gist push <INDEX>` is not recommended. 112Since now a gist is a local cloned repo, it is your business to do git commit and git push. Use `gist push <INDEX>` is not recommended.
113 113
114### Clean unnecessary local repos 114### Clean unnecessary local repos
115Say you delete gists with command `gist delete <index-of-gist>...`, the local git repositories are still at `~/gist/`. Run `gist clean` to move them into `/tmp` 115Say you delete gists with command `gist delete <index-of-gist>...`, the local git repositories are still at `~/gist/`.
116Run `gist clean` to move them into `/tmp/gist/`.
116 117
117## Configuration 118## Configuration
118`gist` stores your configuraion inside `~/.config/gist.conf`, with `<key>=<value>` format for each line. And just do `source ~/.config/gist.conf` at runtime. 119`gist` stores your configuraion inside `~/.config/gist.conf`, with `<key>=<value>` format for each line. And just do `source ~/.config/gist.conf` at runtime.