From b07eaa1ce4ad50690363a463f06d956d64247648 Mon Sep 17 00:00:00 2001 From: Koichi Murase Date: Sun, 2 Oct 2022 10:13:12 +0900 Subject: [PATCH] themes/absimple: Update description * themes/absimple/amsimple.theme.sh: Update description * themes/absimple/README: Update description --- themes/absimple/README.md | 17 ++++++++--------- themes/absimple/absimple.theme.sh | 14 ++++++++------ 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/themes/absimple/README.md b/themes/absimple/README.md index 222c0f7..e71909f 100644 --- a/themes/absimple/README.md +++ b/themes/absimple/README.md @@ -1,15 +1,14 @@ # ab+simple theme -this theme needs a Powerline-patched font to render correctly. i recommend: https://github.com/adi1090x/termux-style +This theme needs a Powerline-patched font to be rendered correctly. The original author of the theme recommends https://github.com/adi1090x/termux-style -a colorful theme based on agnoster theme, made shorter and simpler. +This is a colorful theme based on the agnoster theme, made shorter and simpler. -added title support for termux and random dates for fun. - -the aim of this theme is to only show you *relevant* information. - -ie: it will only show git information when in a git working directory. - -also, everything from the current user and hostname to whether the last call exited with an error or whether background jobs are running in this shell will all be displayed automatically when appropriate. +The aim of this theme is to only show you relevant information: +The git information will only be shown in a git working directory. +Similarly, everything will be displayed automatically when appropriate, +including the current user and the hostname, +whether the last call exited with an error, +and whether background jobs are running in this shell. ![bash screenshot](absimple-bash.png) diff --git a/themes/absimple/absimple.theme.sh b/themes/absimple/absimple.theme.sh index efbfa5c..b0535d3 100644 --- a/themes/absimple/absimple.theme.sh +++ b/themes/absimple/absimple.theme.sh @@ -1,14 +1,16 @@ #!/usr/bin/env bash # vim: ft=bash ts=2 sw=2 sts=2 # -# absimple theme -# an agnoster fork for bash +# absimple theme: a fork of the agnoster theme # -# tested on termux at android 2022-02-15 +# Tested on Termux in Android 2022-02-15 # -# the aim of this theme is to only show you *relevant* information. -# ie: it will only show git information when in a git working directory. -# also, everything from the current user and hostname to whether the last call exited with an error or whether background jobs are running in this shell will all be displayed automatically when appropriate. +# The aim of this theme is to only show you relevant information: The +# git information will only be shown in a git working directory. +# Similarly, everything will be displayed automatically when +# appropriate, including the current user and the hostname, whether +# the last call exited with an error, and whether background jobs are +# running in this shell. PROMPT_DIRTRIM=2 # bash4 and above