Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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-04-24 | bin/t: remove redirection from tmux ls command | Alexander Sulfrian | 1 | -1/+1 | |
tmux hags when redirecting output (bug in epoll on linux) so do not redirect the output to be able to use the t binary again | |||||
2012-01-31 | ssh-agent-forwarding: do not spam tmp with empty temp files | Alexander Sulfrian | 1 | -2/+2 | |
2012-01-31 | starsystems: updated pkg_path for new release | Alexander Sulfrian | 1 | -1/+1 | |
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 | |
2012-01-10 | node/laptop: added virtualenv python startup | Alexander Sulfrian | 1 | -0/+9 | |
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-05-02 | node/starsystems: openbsd update | Alexander Sulfrian | 1 | -1/+1 | |
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-31 | OpenBSD compatibility fixes | Alexander Sulfrian | 1 | -1/+1 | |
2011-03-30 | fixed typo | Alexander Sulfrian | 1 | -0/+0 | |
2011-03-30 | fixed typo | Alexander Sulfrian | 1 | -1/+1 | |
2011-03-30 | fixed loading of node configs | Alexander Sulfrian | 2 | -1/+5 | |
2011-03-30 | fixed md5 hashing check of symlink-mapping for OpenBSD | Alexander Sulfrian | 1 | -1/+7 | |
2011-03-30 | added pkg_path for starsystems | Alexander Sulfrian | 1 | -0/+1 | |
2011-03-30 | added compatible bash shebang | Alexander Sulfrian | 5 | -4/+5 | |
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 | 2 | -0/+15 | |
2011-02-02 | fix handling of folders in .git directory | Alexander Sulfrian | 1 | -1/+1 | |
2009-11-03 | fix typo | Alexander Sulfrian | 1 | -1/+1 | |
2009-11-03 | readded common.sh to use the dist-magic | Alexander Sulfrian | 1 | -0/+1 | |
2009-10-22 | do not execute exit for non interactive shells | Alexander Sulfrian | 1 | -2/+2 | |
2009-10-22 | fixed typo | Alexander Sulfrian | 1 | -1/+1 | |
2009-10-21 | correct typo | Alexander Sulfrian | 1 | -1/+1 | |
2009-10-21 | removed emerge function, is now a script in dotfiles/bashrc/bin | Alexander Sulfrian | 1 | -9/+0 | |
2009-10-21 | added custom scripts in dotfiles and added folder to path | Alexander Sulfrian | 7 | -8/+49 | |
2009-10-18 | readded screen title magic | Alexander Sulfrian | 2 | -10/+5 | |
2009-07-31 | bugfix: removed recursion, if hostname is not set | Alexander Sulfrian | 1 | -1/+3 | |
2009-07-20 | screenmagic for all terms that start with screen | Alexander Sulfrian | 1 | -2/+2 | |
2009-07-05 | changed emerge alias to deal with PROMPT_COMMAND | Alexander Sulfrian | 1 | -4/+2 | |
2009-07-05 | changed wildcard load | Alexander Sulfrian | 1 | -3/+9 | |
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 | 2 | -2/+3 | |
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-07-05 | removed trailing whitespaces | Alexander Sulfrian | 1 | -3/+3 | |
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 | |