aboutsummaryrefslogtreecommitdiffstats
path: root/.bash_prompt
Commit message (Collapse)AuthorAgeFilesLines
* .bash_prompt: Improve terminal titleEthan Pogrebizsky2016-02-151-3/+3
| | | | Closes #625.
* .bash_prompt: Improve titleSteve Mao2016-02-141-1/+1
| | | | | | This will set the title of the current terminal tab to the name of the folder you are in rather than the whole path. Closes #623.
* .bash_prompt: Improve escape sequencesBogdan Cismariu2015-11-171-2/+2
| | | | Closes #598. See https://github.com/mathiasbynens/dotfiles/pull/598#issuecomment-157090316.
* .bash_prompt: Interpret escape sequences correctly in all casesApril Arcus2014-06-231-1/+1
| | | | Closes #407.
* .bash_prompt: Add back escape sequencesMathias Bynens2014-06-201-9/+9
| | | | Fixes #403.
* .bash_prompt: Avoid double-escaping ANSI codesStefan Crain2014-06-171-13/+13
| | | | Fixes #399 and closes #402.
* Update Bash prompt to match the Solarized themeMathias Bynens2014-06-071-47/+110
| | | | Screenshot: http://i.imgur.com/EkEtphC.png
* Remove some things that I don’t useMathias Bynens2014-06-071-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 promptHaralan Dobrev2014-05-121-6/+8
| | | | Fixes #227 and closes #380.
* Use newlines at EOF consistentlyMathias Bynens2013-03-101-1/+1
|
* .bash_prompt: Fix `parse_git_dirty` for Git v1.8.0+Mathias Bynens2012-11-231-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 whiteMathias Bynens2012-11-131-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 Bynens2012-07-111-1/+2
|
* .exports: Highlight (color-code) section titles in manual pagesMathias Bynens2012-04-031-0/+8
|
* .bash_prompt: Add screenshot URLMathias Bynens2012-01-241-0/+1
|
* Use tabs instead of double-space indentsMathias Bynens2011-12-281-28/+30
|
* Add aliases to show/hide hidden files in Finder. Closes #15.Mathias Bynens2011-09-171-25/+26
|
* Initial commit.Mathias Bynens2011-09-051-0/+42