summaryrefslogtreecommitdiff
path: root/themes/trapd00r.zsh-theme
AgeCommit message (Collapse)Author
2022-03-03style: remove VCS_INFO svn settings from themes that don't enable itMarc Cornellà
2022-01-03fix(trapd00r): fix potential command injection in `zsh_path`Marc Cornellà
2020-09-01Remove perl dependencyMarc Cornellà
2020-08-04Remove non-existing %p prompt sequence from themesMarc Cornellà
Fixes #8022
2018-09-15misc: remove execution permission from various filesMarc Cornellà
2018-08-20trapd00r: clean up the scriptMarc Cornellà
2018-08-20trapd00r: simplify logic and optimize for loopMarc Cornellà
This version splits the `$PWD` by the slashes and prints the path directory by directory, printing the separators as before.
2018-08-20trapd00r: change more slowly between yellowsMarc Cornellà
Also refactor the logic
2018-08-20trapd00r: optimize reset of foreground colorsMarc Cornellà
2018-08-20trapd00r: look for 256-color support, not $DISPLAYMarc Cornellà
Checking if the terminal supports 256 colors is better suited for our purpose. Checking if `$DISPLAY` is set doesn't tell us if our colors will be displayed correctly.
2018-08-20trapd00r: convert perl script to zshMarc Cornellà
Used color encodings from https://metacpan.org/source/WOLDRICH/Term-ExtendedColor-0.224/lib/Term/ExtendedColor.pm
2018-08-19Fix for external dependency in trapd00r theme (#5579)Michele Iacobone
2016-12-30 'themes/trapd00r.zsh-theme: Solve typos'Patrick José Pereira
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2015-02-09removed superfluous vcs_info_msg in trapd00r themeJakob Jordan
in the trapd00r theme vcs info is already displayed on the first line if in a version controlled directory. the second vcs info was displayed at the end of the second line without providing additional information. this was removed.
2014-03-08Remove all copyright information in themes. Closes #2587Dan Kerimdzhanov
2011-05-29add trapd00r themeMagnus Woldrich