themes/absimple: Update description

* themes/absimple/amsimple.theme.sh: Update description
* themes/absimple/README: Update description
This commit is contained in:
Koichi Murase 2022-10-02 10:13:12 +09:00
parent 14df64e381
commit b07eaa1ce4
2 changed files with 16 additions and 15 deletions

View File

@ -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)

View File

@ -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