summaryrefslogtreecommitdiffstats
path: root/bashrc/common/prompt.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-07-13/bashrc/common/prompt: set terminal titleAlexander Sulfrian1-0/+4
if detected a valid terminal (xterm or a rxvt variant) set the icon name and title (better distinction of different terminals)
2012-07-13bashrc/common/prompt: fix detection of tmux and screenAlexander Sulfrian1-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)
2012-05-11bash/common/prompt: fix for newer git versionAlexander Sulfrian1-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
2012-01-22prompt: add braces around vcs statusAlexander Sulfrian1-1/+1
2012-01-22prompt: do not display root username, only red # at end of promptAlexander Sulfrian1-8/+7
2012-01-11prompt: change some colorsAlexander Sulfrian1-7/+6
2012-01-11prompt: really fix spacingAlexander Sulfrian1-2/+2
2012-01-11prompt: fixed spacing after host as rootAlexander Sulfrian1-6/+7
2012-01-10common/prompt: display if currently using a python virtual envAlexander Sulfrian1-2/+5
2012-01-10common/prompt: hide user if alex, hide host if laptopAlexander Sulfrian1-3/+7
2011-04-01compatibility fix with openbsdAlexander Sulfrian1-1/+2
hostname returns the fqnd on openbsd, befor using it as screen title discard the domain part
2011-02-02fix handling of folders in .git directoryAlexander Sulfrian1-1/+1
2009-07-20screenmagic for all terms that start with screenAlexander Sulfrian1-2/+2
2009-07-05fixed missing backslashAlexander Sulfrian1-1/+1
2009-07-05screen magic only in screen, removed newline from promptAlexander Sulfrian1-2/+5
2009-07-05removed PROMPT_COMMAND in screenAlexander Sulfrian1-0/+1
2009-07-05update prompt to by fully generated by propt_commandAlexander Sulfrian1-87/+89
using prompt command to gernerate a static prompt to support correct bash line wrapping
2009-06-23fix git magic in prompt to not activate in .git dir or bare repositoriesAlexander Sulfrian1-1/+1
2009-06-23fixed root promptAlexander Sulfrian1-1/+1
2009-06-23prompt addedAlexander Sulfrian1-0/+100
added customized gentoo-prompt with returncode, svn/git magic