Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-27 | avit: fix handling of time since last commit (#7350) | Ezequiel Pochiero | |
2018-08-07 | use 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-15 | Reduce 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-14 | Add rbenv support for ruby version display | Pierre Dimitrou | |
2016-03-07 | Fix use of CARETCOLOR in avit theme | L.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-07 | Better visible colours in avit for Ubuntu terminal | L.C. Karssen | |
Make some colours in the avit theme bold for better visibility in the default Ubuntu terminal theme. | |||
2016-01-13 | Updated 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-13 | oh-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-13 | Shorter way of creating bold colours in a ZSH theme (applied to the avit theme). | L.C. Karssen | |
2016-01-13 | Adapt some colours in the avit theme for better visibility in the default ↵ | L.C. Karssen | |
Ubuntu terminal theme. | |||
2016-01-13 | Fix 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-10 | Improved 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-08 | Remove all copyright information in themes. Closes #2587 | Dan Kerimdzhanov | |
2012-07-19 | Added avit theme | Andrew Vit | |