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: always set WORKON_HOME | Alexander Sulfrian | 2012-06-27 | 1 | -4/+11 |
| | |||||
* | bashrc/common: fix virtual env path | Alexander Sulfrian | 2012-06-27 | 1 | -0/+3 |
| | |||||
* | 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 | ||||
* | bashrc/common/env: added detection for a valid editor | Alexander Sulfrian | 2012-05-07 | 1 | -1/+8 |
| | |||||
* | virtualenv: load virtualenvwrapper everywhere if its enabled | Alexander Sulfrian | 2012-04-26 | 1 | -0/+3 |
| | |||||
* | bashrc/common/shopt: fix timestamp in history | Alexander Sulfrian | 2012-04-24 | 1 | -1/+1 |
| | |||||
* | bashrc/common/browser: refactor script to make it more flexible | Alexander Sulfrian | 2012-04-24 | 1 | -10/+9 |
| | |||||
* | ssh-agent-forwarding: do not spam tmp with empty temp files | Alexander Sulfrian | 2012-01-31 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | fix redirection of stderr | Alexander Sulfrian | 2011-12-09 | 1 | -3/+3 |
| | | | | 2>&1 has to be after the redirection of stdout | ||||
* | first check if locale binary exists | Alexander Sulfrian | 2011-12-09 | 1 | -4/+6 |
| | | | | | under openbsd locale is not available, so disable locale handling to avoid errors | ||||
* | fixed handling of locales | Alexander Sulfrian | 2011-12-07 | 1 | -1/+3 |
| | |||||
* | compatibility fix with openbsd | Alexander Sulfrian | 2011-04-01 | 2 | -2/+4 |
| | | | | | hostname returns the fqnd on openbsd, befor using it as screen title discard the domain part | ||||
* | fixed screen programm display | Alexander Sulfrian | 2011-04-01 | 1 | -1/+1 |
| | | | | | also display set_screen_title if TERM is not screen but contains screen | ||||
* | check if locale exists before setting | Alexander Sulfrian | 2011-03-30 | 1 | -1/+5 |
| | |||||
* | remove warning if dircolors is not available | Alexander Sulfrian | 2011-03-30 | 1 | -1/+1 |
| | |||||
* | tmux: added autoresume by simply using tmux or t | Alexander Sulfrian | 2011-03-13 | 1 | -0/+3 |
| | |||||
* | fix handling of folders in .git directory | Alexander Sulfrian | 2011-02-02 | 1 | -1/+1 |
| | |||||
* | fixed typo | Alexander Sulfrian | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | correct typo | Alexander Sulfrian | 2009-10-21 | 1 | -1/+1 |
| | |||||
* | added custom scripts in dotfiles and added folder to path | Alexander Sulfrian | 2009-10-21 | 2 | -8/+3 |
| | |||||
* | readded screen title magic | Alexander Sulfrian | 2009-10-18 | 1 | -6/+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 |
| | |||||
* | use rbus copy() | Benedikt Böhm | 2009-06-23 | 1 | -0/+8 |
| | |||||
* | prompt added | Alexander Sulfrian | 2009-06-23 | 1 | -0/+100 |
| | | | | added customized gentoo-prompt with returncode, svn/git magic | ||||
* | screen autoresume support | Alexander Sulfrian | 2009-04-10 | 1 | -0/+3 |
| | | | | created alias from screen to screen -xR | ||||
* | prettify mount output | Benedikt Böhm | 2009-04-07 | 1 | -0/+9 |
| | |||||
* | corrected the bashcompletion including | Alexander Sulfrian | 2009-04-02 | 1 | -11/+15 |
| | |||||
* | added srceen magic | Alexander Sulfrian | 2009-02-28 | 1 | -0/+19 |
| | | | | automatic rename of screen window | ||||
* | do not create/record ssh_auth_sock if it is set to the symlink | Alexander Sulfrian | 2009-02-23 | 1 | -3/+3 |
| | |||||
* | fixed wired behaviour if ssh-agent is running and publishing but its not ↵ | Alexander Sulfrian | 2009-02-22 | 1 | -6/+11 |
| | | | | | | | forwarded over ssh fixed error to create a symlink on itself if ssh-agent was not forwarded over ssh try to not overwrite the correct ssh-agent enviroment variables with a unvalid value | ||||
* | added fixssh again to create symlink to latest connected agent-socket | Alexander Sulfrian | 2009-02-08 | 1 | -10/+28 |
| | |||||
* | remove old symlink before creating new one | Alexander Sulfrian | 2009-02-08 | 1 | -2/+12 |
| | |||||
* | always set SSH_AGENT_SOCK to the symlink | Alexander Sulfrian | 2009-02-08 | 1 | -4/+2 |
| | |||||
* | removed fixssh | Alexander Sulfrian | 2009-02-08 | 1 | -32/+2 |
| | | | | | - symlink agend-socket on connect - other handling after that is manuell | ||||
* | fixed small error | Alexander Sulfrian | 2009-02-07 | 1 | -1/+1 |
| |