summaryrefslogtreecommitdiffstats
path: root/bashrc/common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bash/common: always set WORKON_HOMEAlexander Sulfrian2012-06-271-4/+11
|
* bashrc/common: fix virtual env pathAlexander Sulfrian2012-06-271-0/+3
|
* bash/common/prompt: fix for newer git versionAlexander Sulfrian2012-05-111-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 editorAlexander Sulfrian2012-05-071-1/+8
|
* virtualenv: load virtualenvwrapper everywhere if its enabledAlexander Sulfrian2012-04-261-0/+3
|
* bashrc/common/shopt: fix timestamp in historyAlexander Sulfrian2012-04-241-1/+1
|
* bashrc/common/browser: refactor script to make it more flexibleAlexander Sulfrian2012-04-241-10/+9
|
* ssh-agent-forwarding: do not spam tmp with empty temp filesAlexander Sulfrian2012-01-311-2/+2
|
* prompt: add braces around vcs statusAlexander Sulfrian2012-01-221-1/+1
|
* prompt: do not display root username, only red # at end of promptAlexander Sulfrian2012-01-221-8/+7
|
* prompt: change some colorsAlexander Sulfrian2012-01-111-7/+6
|
* prompt: really fix spacingAlexander Sulfrian2012-01-111-2/+2
|
* prompt: fixed spacing after host as rootAlexander Sulfrian2012-01-111-6/+7
|
* common/prompt: display if currently using a python virtual envAlexander Sulfrian2012-01-101-2/+5
|
* common/prompt: hide user if alex, hide host if laptopAlexander Sulfrian2012-01-101-3/+7
|
* fix redirection of stderrAlexander Sulfrian2011-12-091-3/+3
| | | | 2>&1 has to be after the redirection of stdout
* first check if locale binary existsAlexander Sulfrian2011-12-091-4/+6
| | | | | under openbsd locale is not available, so disable locale handling to avoid errors
* fixed handling of localesAlexander Sulfrian2011-12-071-1/+3
|
* compatibility fix with openbsdAlexander Sulfrian2011-04-012-2/+4
| | | | | hostname returns the fqnd on openbsd, befor using it as screen title discard the domain part
* fixed screen programm displayAlexander Sulfrian2011-04-011-1/+1
| | | | | also display set_screen_title if TERM is not screen but contains screen
* check if locale exists before settingAlexander Sulfrian2011-03-301-1/+5
|
* remove warning if dircolors is not availableAlexander Sulfrian2011-03-301-1/+1
|
* tmux: added autoresume by simply using tmux or tAlexander Sulfrian2011-03-131-0/+3
|
* fix handling of folders in .git directoryAlexander Sulfrian2011-02-021-1/+1
|
* fixed typoAlexander Sulfrian2009-10-221-1/+1
|
* correct typoAlexander Sulfrian2009-10-211-1/+1
|
* added custom scripts in dotfiles and added folder to pathAlexander Sulfrian2009-10-212-8/+3
|
* readded screen title magicAlexander Sulfrian2009-10-181-6/+1
|
* screenmagic for all terms that start with screenAlexander Sulfrian2009-07-201-2/+2
|
* fixed missing backslashAlexander Sulfrian2009-07-051-1/+1
|
* screen magic only in screen, removed newline from promptAlexander Sulfrian2009-07-051-2/+5
|
* removed PROMPT_COMMAND in screenAlexander Sulfrian2009-07-051-0/+1
|
* update prompt to by fully generated by propt_commandAlexander Sulfrian2009-07-051-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 repositoriesAlexander Sulfrian2009-06-231-1/+1
|
* fixed root promptAlexander Sulfrian2009-06-231-1/+1
|
* use rbus copy()Benedikt Böhm2009-06-231-0/+8
|
* prompt addedAlexander Sulfrian2009-06-231-0/+100
| | | | added customized gentoo-prompt with returncode, svn/git magic
* screen autoresume supportAlexander Sulfrian2009-04-101-0/+3
| | | | created alias from screen to screen -xR
* prettify mount outputBenedikt Böhm2009-04-071-0/+9
|
* corrected the bashcompletion includingAlexander Sulfrian2009-04-021-11/+15
|
* added srceen magicAlexander Sulfrian2009-02-281-0/+19
| | | | automatic rename of screen window
* do not create/record ssh_auth_sock if it is set to the symlinkAlexander Sulfrian2009-02-231-3/+3
|
* fixed wired behaviour if ssh-agent is running and publishing but its not ↵Alexander Sulfrian2009-02-221-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-socketAlexander Sulfrian2009-02-081-10/+28
|
* remove old symlink before creating new oneAlexander Sulfrian2009-02-081-2/+12
|
* always set SSH_AGENT_SOCK to the symlinkAlexander Sulfrian2009-02-081-4/+2
|
* removed fixsshAlexander Sulfrian2009-02-081-32/+2
| | | | | - symlink agend-socket on connect - other handling after that is manuell
* fixed small errorAlexander Sulfrian2009-02-071-1/+1
|
* fixed typoAlexander Sulfrian2009-02-071-1/+1
|
* added support for saving and restoring forwarded ssh-agent settingsAlexander Sulfrian2009-02-071-0/+55
|