commit ef6c55303f8fcdf0d49cb26ff7bed6131cb5a7e0 parent dc346b9766696fa6a66f0306b036af79d70048ca Author: Léo Villeveygoux <l@vgx.fr> Date: Tue, 2 Jun 2020 02:11:49 +0200 Add page URL to the prompt, and make it fancier Diffstat:
M | gem.awk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gem.awk b/gem.awk @@ -85,7 +85,7 @@ function gemini_url_open(url) { } function prompt() { - printf "> " + printf PAGE_URL "\033[1m>\033[0m " } function help() {