Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | /bashrc/common/prompt: set terminal title | Alexander Sulfrian | 2012-07-13 | 1 | -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 screen | Alexander Sulfrian | 2012-07-13 | 1 | -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 version | Alexander Sulfrian | 2012-05-11 | 1 | -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 status | Alexander Sulfrian | 2012-01-22 | 1 | -1/+1 |
| | |||||
* | prompt: do not display root username, only red # at end of prompt | Alexander Sulfrian | 2012-01-22 | 1 | -8/+7 |
| | |||||
* | prompt: change some colors | Alexander Sulfrian | 2012-01-11 | 1 | -7/+6 |
| | |||||
* | prompt: really fix spacing | Alexander Sulfrian | 2012-01-11 | 1 | -2/+2 |
| | |||||
* | prompt: fixed spacing after host as root | Alexander Sulfrian | 2012-01-11 | 1 | -6/+7 |
| | |||||
* | common/prompt: display if currently using a python virtual env | Alexander Sulfrian | 2012-01-10 | 1 | -2/+5 |
| | |||||
* | common/prompt: hide user if alex, hide host if laptop | Alexander Sulfrian | 2012-01-10 | 1 | -3/+7 |
| | |||||
* | compatibility fix with openbsd | Alexander Sulfrian | 2011-04-01 | 1 | -1/+2 |
| | | | | | hostname returns the fqnd on openbsd, befor using it as screen title discard the domain part | ||||
* | fix handling of folders in .git directory | Alexander Sulfrian | 2011-02-02 | 1 | -1/+1 |
| | |||||
* | screenmagic for all terms that start with screen | Alexander Sulfrian | 2009-07-20 | 1 | -2/+2 |
| | |||||
* | fixed missing backslash | Alexander Sulfrian | 2009-07-05 | 1 | -1/+1 |
| | |||||
* | screen magic only in screen, removed newline from prompt | Alexander Sulfrian | 2009-07-05 | 1 | -2/+5 |
| | |||||
* | removed PROMPT_COMMAND in screen | Alexander Sulfrian | 2009-07-05 | 1 | -0/+1 |
| | |||||
* | update prompt to by fully generated by propt_command | Alexander Sulfrian | 2009-07-05 | 1 | -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 repositories | Alexander Sulfrian | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | fixed root prompt | Alexander Sulfrian | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | prompt added | Alexander Sulfrian | 2009-06-23 | 1 | -0/+100 |
added customized gentoo-prompt with returncode, svn/git magic |