diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-16 15:09:16 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-16 15:09:16 +0800 |
| commit | f9ee86b488a3a86f0e6f995c6dab53e1e3cbd484 (patch) | |
| tree | 727994abd69baf3a9919893a2f3b908e5713d4d3 | |
| parent | 972a30f82332145e6e14661ed114a41c9f100eee (diff) | |
Add todo item for color
| -rwxr-xr-x | gist | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -251,6 +251,7 @@ _check_repo_status() { | |||
| 251 | 251 | ||
| 252 | # Show the list of gist, but not updated time | 252 | # Show the list of gist, but not updated time |
| 253 | # show username for starred gist | 253 | # show username for starred gist |
| 254 | # TODO color private/starred mark | ||
| 254 | _show_list() { | 255 | _show_list() { |
| 255 | if [[ ! -e $INDEX ]]; then | 256 | if [[ ! -e $INDEX ]]; then |
| 256 | echo 'No local file found for last update, please run command:' | 257 | echo 'No local file found for last update, please run command:' |