Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-07-13 | /bashrc/common/prompt: set terminal title | Alexander Sulfrian | 1 | -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-13 | bashrc/common/prompt: fix detection of tmux and screen | Alexander Sulfrian | 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) | |||||
2012-06-27 | bash/common: always set WORKON_HOME | Alexander Sulfrian | 1 | -4/+11 | |
2012-06-27 | bashrc/common: fix virtual env path | Alexander Sulfrian | 1 | -0/+3 | |
2012-05-11 | bash/common/prompt: fix for newer git version | Alexander Sulfrian | 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 | |||||
2012-05-07 | bashrc/common/env: added detection for a valid editor | Alexander Sulfrian | 1 | -1/+8 | |
2012-04-26 | virtualenv: load virtualenvwrapper everywhere if its enabled | Alexander Sulfrian | 1 | -0/+3 | |
2012-04-24 | bashrc/common/shopt: fix timestamp in history | Alexander Sulfrian | 1 | -1/+1 | |
2012-04-24 | bashrc/common/browser: refactor script to make it more flexible | Alexander Sulfrian | 1 | -10/+9 | |
2012-01-31 | ssh-agent-forwarding: do not spam tmp with empty temp files | Alexander Sulfrian | 1 | -2/+2 | |
2012-01-22 | prompt: add braces around vcs status | Alexander Sulfrian | 1 | -1/+1 | |
2012-01-22 | prompt: do not display root username, only red # at end of prompt | Alexander Sulfrian | 1 | -8/+7 | |
2012-01-11 | prompt: change some colors | Alexander Sulfrian | 1 | -7/+6 | |
2012-01-11 | prompt: really fix spacing | Alexander Sulfrian | 1 | -2/+2 | |
2012-01-11 | prompt: fixed spacing after host as root | Alexander Sulfrian | 1 | -6/+7 | |
2012-01-10 | common/prompt: display if currently using a python virtual env | Alexander Sulfrian | 1 | -2/+5 | |
2012-01-10 | common/prompt: hide user if alex, hide host if laptop | Alexander Sulfrian | 1 | -3/+7 | |
2011-12-09 | fix redirection of stderr | Alexander Sulfrian | 1 | -3/+3 | |
2>&1 has to be after the redirection of stdout | |||||
2011-12-09 | first check if locale binary exists | Alexander Sulfrian | 1 | -4/+6 | |
under openbsd locale is not available, so disable locale handling to avoid errors | |||||
2011-12-07 | fixed handling of locales | Alexander Sulfrian | 1 | -1/+3 | |
2011-04-01 | compatibility fix with openbsd | Alexander Sulfrian | 2 | -2/+4 | |
hostname returns the fqnd on openbsd, befor using it as screen title discard the domain part | |||||
2011-04-01 | fixed screen programm display | Alexander Sulfrian | 1 | -1/+1 | |
also display set_screen_title if TERM is not screen but contains screen | |||||
2011-03-30 | check if locale exists before setting | Alexander Sulfrian | 1 | -1/+5 | |
2011-03-30 | remove warning if dircolors is not available | Alexander Sulfrian | 1 | -1/+1 | |
2011-03-13 | tmux: added autoresume by simply using tmux or t | Alexander Sulfrian | 1 | -0/+3 | |
2011-02-02 | fix handling of folders in .git directory | Alexander Sulfrian | 1 | -1/+1 | |
2009-10-22 | fixed typo | Alexander Sulfrian | 1 | -1/+1 | |
2009-10-21 | correct typo | Alexander Sulfrian | 1 | -1/+1 | |
2009-10-21 | added custom scripts in dotfiles and added folder to path | Alexander Sulfrian | 2 | -8/+3 | |
2009-10-18 | readded screen title magic | Alexander Sulfrian | 1 | -6/+1 | |
2009-07-20 | screenmagic for all terms that start with screen | Alexander Sulfrian | 1 | -2/+2 | |
2009-07-05 | fixed missing backslash | Alexander Sulfrian | 1 | -1/+1 | |
2009-07-05 | screen magic only in screen, removed newline from prompt | Alexander Sulfrian | 1 | -2/+5 | |
2009-07-05 | removed PROMPT_COMMAND in screen | Alexander Sulfrian | 1 | -0/+1 | |
2009-07-05 | update prompt to by fully generated by propt_command | Alexander Sulfrian | 1 | -87/+89 | |
using prompt command to gernerate a static prompt to support correct bash line wrapping | |||||
2009-06-23 | fix git magic in prompt to not activate in .git dir or bare repositories | Alexander Sulfrian | 1 | -1/+1 | |
2009-06-23 | fixed root prompt | Alexander Sulfrian | 1 | -1/+1 | |
2009-06-23 | use rbus copy() | Benedikt Böhm | 1 | -0/+8 | |
2009-06-23 | prompt added | Alexander Sulfrian | 1 | -0/+100 | |
added customized gentoo-prompt with returncode, svn/git magic | |||||
2009-04-10 | screen autoresume support | Alexander Sulfrian | 1 | -0/+3 | |
created alias from screen to screen -xR | |||||
2009-04-07 | prettify mount output | Benedikt Böhm | 1 | -0/+9 | |
2009-04-02 | corrected the bashcompletion including | Alexander Sulfrian | 1 | -11/+15 | |
2009-02-28 | added srceen magic | Alexander Sulfrian | 1 | -0/+19 | |
automatic rename of screen window | |||||
2009-02-23 | do not create/record ssh_auth_sock if it is set to the symlink | Alexander Sulfrian | 1 | -3/+3 | |
2009-02-22 | fixed wired behaviour if ssh-agent is running and publishing but its not ↵ | Alexander Sulfrian | 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 | |||||
2009-02-08 | added fixssh again to create symlink to latest connected agent-socket | Alexander Sulfrian | 1 | -10/+28 | |
2009-02-08 | remove old symlink before creating new one | Alexander Sulfrian | 1 | -2/+12 | |
2009-02-08 | always set SSH_AGENT_SOCK to the symlink | Alexander Sulfrian | 1 | -4/+2 | |
2009-02-08 | removed fixssh | Alexander Sulfrian | 1 | -32/+2 | |
- symlink agend-socket on connect - other handling after that is manuell | |||||
2009-02-07 | fixed small error | Alexander Sulfrian | 1 | -1/+1 | |