summaryrefslogtreecommitdiff
path: root/themes/adben.zsh-theme
AgeCommit message (Collapse)Author
2021-12-16fix: declare variables as global when using `typeset`Marc Cornellà
Fixes fb86ec77
2021-12-14style: use `typeset` for dynamic variable namesMarc Cornellà
2021-12-13refactor(adben): simplify used variables and %-quote prompt functionsMarc Cornellà
Closes #10474 Co-authored-by: Tom Payne <twpayne@gmail.com>
2021-03-28refactor(adben): refactor theme and degrade gracefully on missing ↵Marc Cornellà
dependencies (#9734)
2021-03-25fix: use `$USERNAME` guaranteed to always be defined in zshMarc Cornellà
Fixes #9701
2018-08-07use https everywhere (#6574)Janosch Schwalm
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.
2015-06-10Fix typo in $VCS_CLEAN_COLOR in adben themeAndrew Janke
2015-02-10Clean up appearance lib file and redundant `colors` calls in other filesMarc Cornellà
2014-11-06Change all whoami calls for $USER variableMarc Cornellà
This avoid spawning additional processes, as the $USER variable will **always** contain the current logged-in user.
2014-03-08Remove all copyright information in themes. Closes #2587Dan Kerimdzhanov
2013-01-30updated adben theme: added offline content, subversion support, refactored ↵Adolfo Benedetti
prompt
2011-08-02add theme with command-line tips supportAdolfo Benedetti