aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-16 15:09:16 +0800
committertypebrook <typebrook@gmail.com>2020-03-16 15:09:16 +0800
commitf9ee86b488a3a86f0e6f995c6dab53e1e3cbd484 (patch)
tree727994abd69baf3a9919893a2f3b908e5713d4d3
parent972a30f82332145e6e14661ed114a41c9f100eee (diff)
Add todo item for color
-rwxr-xr-xgist1
1 files changed, 1 insertions, 0 deletions
diff --git a/gist b/gist
index dbb29d5..8274749 100755
--- a/gist
+++ b/gist
@@ -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:'