summaryrefslogtreecommitdiffstats
path: root/bashrc/common/prompt.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* /bashrc/common/prompt: set terminal titleAlexander Sulfrian2012-07-131-0/+4
| | | | | if detected a valid terminal (xterm or a rxvt variant) set the icon name and title (better distinction of different terminals)
* bashrc/common/prompt: fix detection of tmux and screenAlexander Sulfrian2012-07-131-2/+2
| | | | | | before even a normal terminal with TERM="screen" was detected as screen and f.e. caused problems with connectbot from android (set TERM="screen" but did not understand the screen escape sequences for setting the title)
* bash/common/prompt: fix for newer git versionAlexander Sulfrian2012-05-111-1/+5
| | | | | | newer git versions print "Changes not staged for commit:" and not "Changed but not updated:" if changed files are in the working dir but not in the index
* prompt: add braces around vcs statusAlexander Sulfrian2012-01-221-1/+1
|
* prompt: do not display root username, only red # at end of promptAlexander Sulfrian2012-01-221-8/+7
|
* prompt: change some colorsAlexander Sulfrian2012-01-111-7/+6
|
* prompt: really fix spacingAlexander Sulfrian2012-01-111-2/+2
|
* prompt: fixed spacing after host as rootAlexander Sulfrian2012-01-111-6/+7
|
* common/prompt: display if currently using a python virtual envAlexander Sulfrian2012-01-101-2/+5
|
* common/prompt: hide user if alex, hide host if laptopAlexander Sulfrian2012-01-101-3/+7
|
* compatibility fix with openbsdAlexander Sulfrian2011-04-011-1/+2
| | | | | hostname returns the fqnd on openbsd, befor using it as screen title discard the domain part
* fix handling of folders in .git directoryAlexander Sulfrian2011-02-021-1/+1
|
* screenmagic for all terms that start with screenAlexander Sulfrian2009-07-201-2/+2
|
* fixed missing backslashAlexander Sulfrian2009-07-051-1/+1
|
* screen magic only in screen, removed newline from promptAlexander Sulfrian2009-07-051-2/+5
|
* removed PROMPT_COMMAND in screenAlexander Sulfrian2009-07-051-0/+1
|
* update prompt to by fully generated by propt_commandAlexander Sulfrian2009-07-051-87/+89
| | | | | using prompt command to gernerate a static prompt to support correct bash line wrapping
* fix git magic in prompt to not activate in .git dir or bare repositoriesAlexander Sulfrian2009-06-231-1/+1
|
* fixed root promptAlexander Sulfrian2009-06-231-1/+1
|
* prompt addedAlexander Sulfrian2009-06-231-0/+100
added customized gentoo-prompt with returncode, svn/git magic