From ef7615444b902f1cc1741e0ee9a7eb7ba18cdd46 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Fri, 19 Jun 2020 12:39:15 +0800 Subject: update --- gist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gist b/gist index 24d7be1..a776ca2 100755 --- a/gist +++ b/gist @@ -451,7 +451,7 @@ _query_user() { route=users/$1/gists _fetch_gists_with_pagnation $fetched_records tac $fetched_records | nl -s' ' \ | while read -r ${INDEX_FORMAT[@]}; do - echo $index $gist_id $author $file_num $comment_num $description | cut -c -"$(tput cols)" + echo $index ${GIST_DOMAIN}/${gist_id} $author $file_num $comment_num $description | cut -c -"$(tput cols)" done || { echo "Failed to query $1's gists"; exit 1; } } -- cgit v1.2.3-70-g09d2