summaryrefslogtreecommitdiff
path: root/themes/avit.zsh-theme
AgeCommit message (Collapse)Author
2020-02-25avit: fix prompt sequence (fixes #8678)Marc Cornellà
2020-02-19avit: add years since last commit if appropriateMarc Cornellà
2020-02-19avit: clean up theme codeMarc Cornellà
2020-02-19avit: replace custom prompt functions with OMZ onesMarc Cornellà
Fixes #8637
2018-10-27avit: fix handling of time since last commit (#7350)Ezequiel Pochiero
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.
2018-04-15Reduce number of git calls when displaying prompt (#3795)Cory Snider
The avit theme's _git_time_since_commit function was running git twice. Reduce it with a single call to `git log`, checking the exit code for success.
2016-05-14Add rbenv support for ruby version displayPierre Dimitrou
2016-03-07Fix use of CARETCOLOR in avit themeL.C. Karssen
$CARETCOLOR was not to actually colour the caret, so change to root user wouldn't show in the prompt. Now both ▶ and ◀ follow $CARETCOLOR.
2016-03-07Better visible colours in avit for Ubuntu terminalL.C. Karssen
Make some colours in the avit theme bold for better visibility in the default Ubuntu terminal theme.
2016-01-13Updated colour of ◀ in PROMPT2 of the avit theme.L.C. Karssen
In commit 729fd53 I incorrectly only changed PROMPT1. Now both ▶ and ◀ follow $CARETCOLOR.
2016-01-13oh-my-zsh avit theme: instead of only showing the last 3 directories in the ↵L.C. Karssen
$PWD shorten the path by removing some middle parts if $PWD becomes too long.
2016-01-13Shorter way of creating bold colours in a ZSH theme (applied to the avit theme).L.C. Karssen
2016-01-13Adapt some colours in the avit theme for better visibility in the default ↵L.C. Karssen
Ubuntu terminal theme.
2016-01-13Fix in avit theme: $CARETCOLOR was not to actually colour the caret, so ↵L.C. Karssen
change to root user wouldn't show in the prompt.
2015-06-10Improved the `_git_time_since_commit` function.Samuel Parkinson
Check for at least one commit using a `git log` limit of one. Improves the performance inside git repos with a large history.
2014-03-08Remove all copyright information in themes. Closes #2587Dan Kerimdzhanov
2012-07-19Added avit themeAndrew Vit