Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .bash_prompt: Interpret escape sequences correctly in all cases | April Arcus | 2014-06-23 | 1 | -1/+1 |
| | | | | Closes #407. | ||||
* | .bash_prompt: Add back escape sequences | Mathias Bynens | 2014-06-20 | 1 | -9/+9 |
| | | | | Fixes #403. | ||||
* | .bash_prompt: Avoid double-escaping ANSI codes | Stefan Crain | 2014-06-17 | 1 | -13/+13 |
| | | | | Fixes #399 and closes #402. | ||||
* | Update Bash prompt to match the Solarized theme | Mathias Bynens | 2014-06-07 | 1 | -47/+110 |
| | | | | Screenshot: http://i.imgur.com/EkEtphC.png | ||||
* | Remove some things that I don’t use | Mathias Bynens | 2014-06-07 | 1 | -39/+39 |
| | | | | This commit drops some aliases, functions, and settings from the project that I wasn’t using at all. It also cleans up some of the remaining code. | ||||
* | .bash_prompt: Speed up the Git commands for the prompt | Haralan Dobrev | 2014-05-12 | 1 | -6/+8 |
| | | | | Fixes #227 and closes #380. | ||||
* | Use newlines at EOF consistently | Mathias Bynens | 2013-03-10 | 1 | -1/+1 |
| | |||||
* | .bash_prompt: Fix `parse_git_dirty` for Git v1.8.0+ | Mathias Bynens | 2012-11-23 | 1 | -1/+1 |
| | | | | | | | Git 1.8.0+ says “nothing to commit (working directory clean)”. Older Git versions return “nothing to commit (working directory clean)”. Thanks to @nicolahery in #143 for the suggestion. | ||||
* | .bash_prompt: Use `tput setaf 0` for white | Mathias Bynens | 2012-11-13 | 1 | -1/+1 |
| | | | | | | Using `tput setaf 0` instead of `tput setaf 256` makes sure that `WHITE` is white instead of the previous color. Thanks to @rudolph9 for reporting this in #153. | ||||
* | .bash_prompt: Tweak `$PS2` | Mathias Bynens | 2012-07-11 | 1 | -1/+2 |
| | |||||
* | .exports: Highlight (color-code) section titles in manual pages | Mathias Bynens | 2012-04-03 | 1 | -0/+8 |
| | |||||
* | .bash_prompt: Add screenshot URL | Mathias Bynens | 2012-01-24 | 1 | -0/+1 |
| | |||||
* | Use tabs instead of double-space indents | Mathias Bynens | 2011-12-28 | 1 | -28/+30 |
| | |||||
* | Add aliases to show/hide hidden files in Finder. Closes #15. | Mathias Bynens | 2011-09-17 | 1 | -25/+26 |
| | |||||
* | Initial commit. | Mathias Bynens | 2011-09-05 | 1 | -0/+42 |