summaryrefslogtreecommitdiffstats
path: root/bashrc (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-31OpenBSD compatibility fixesAlexander Sulfrian1-1/+1
2011-03-30fixed typoAlexander Sulfrian1-0/+0
2011-03-30fixed typoAlexander Sulfrian1-1/+1
2011-03-30fixed loading of node configsAlexander Sulfrian2-1/+5
2011-03-30fixed md5 hashing check of symlink-mapping for OpenBSDAlexander Sulfrian1-1/+7
2011-03-30added pkg_path for starsystemsAlexander Sulfrian1-0/+1
2011-03-30added compatible bash shebangAlexander Sulfrian5-4/+5
2011-03-30check if locale exists before settingAlexander Sulfrian1-1/+5
2011-03-30remove warning if dircolors is not availableAlexander Sulfrian1-1/+1
2011-03-13tmux: added autoresume by simply using tmux or tAlexander Sulfrian2-0/+15
2011-02-02fix handling of folders in .git directoryAlexander Sulfrian1-1/+1
2009-11-03fix typoAlexander Sulfrian1-1/+1
2009-11-03readded common.sh to use the dist-magicAlexander Sulfrian1-0/+1
2009-10-22do not execute exit for non interactive shellsAlexander Sulfrian1-2/+2
2009-10-22fixed typoAlexander Sulfrian1-1/+1
2009-10-21correct typoAlexander Sulfrian1-1/+1
2009-10-21removed emerge function, is now a script in dotfiles/bashrc/binAlexander Sulfrian1-9/+0
2009-10-21added custom scripts in dotfiles and added folder to pathAlexander Sulfrian7-8/+49
2009-10-18readded screen title magicAlexander Sulfrian2-10/+5
2009-07-31bugfix: removed recursion, if hostname is not setAlexander Sulfrian1-1/+3
2009-07-20screenmagic for all terms that start with screenAlexander Sulfrian1-2/+2
2009-07-05changed emerge alias to deal with PROMPT_COMMANDAlexander Sulfrian1-4/+2
2009-07-05changed wildcard loadAlexander Sulfrian1-3/+9
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 Sulfrian2-2/+3
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-07-05removed trailing whitespacesAlexander Sulfrian1-3/+3
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-23use rbus copy()Benedikt Böhm1-0/+8
2009-06-23prompt addedAlexander Sulfrian2-1/+101
added customized gentoo-prompt with returncode, svn/git magic
2009-05-05change directroy to homeAlexander Sulfrian1-0/+3
added cd to homedir at start
2009-04-16do not update the mapping checksum after mergeAlexander Sulfrian1-1/+1
do not update the mapping checksum after merge, so that the old checksum stay there until executing godot.sh again
2009-04-10screen autoresume supportAlexander Sulfrian1-0/+3
created alias from screen to screen -xR
2009-04-07remove warning when running emerge with reset_screen_title activatedAlexander Sulfrian1-0/+10
NASTY HACK: somehow emerge tinkers with the environment and reset_screen_title is not available anymore, so we disable it before running emerge, and initialize it again afterwards.
2009-04-07prettify mount outputBenedikt Böhm1-0/+9
2009-04-07orgin -> originAndreas Nüßlein1-2/+2
2009-04-07update-magic improvedAlexander Sulfrian1-4/+5
Conflicts: bashrc/main.sh
2009-04-02corrected the bashcompletion includingAlexander Sulfrian1-11/+15
2009-02-28added srceen magicAlexander Sulfrian2-0/+25
automatic rename of screen window
2009-02-26removed message if no node scripts are availableAlexander Sulfrian1-1/+1
2009-02-25change _load node to load many files for one nodeAlexander Sulfrian5-12/+6
on _load node \* load all sh files in node/$_NODENAME/ split up node/laptop.sh (that was not loaded) into several small files
2009-02-25added deluge ssh forwarding for laptopAlexander Sulfrian1-1/+2
2009-02-23do not create/record ssh_auth_sock if it is set to the symlinkAlexander Sulfrian1-3/+3
2009-02-22fixed wired behaviour if ssh-agent is running and publishing but its not ↵Alexander Sulfrian1-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-08added fixssh again to create symlink to latest connected agent-socketAlexander Sulfrian1-10/+28
2009-02-08remove old symlink before creating new oneAlexander Sulfrian1-2/+12
2009-02-08always set SSH_AGENT_SOCK to the symlinkAlexander Sulfrian1-4/+2
2009-02-08removed fixsshAlexander Sulfrian1-32/+2
- symlink agend-socket on connect - other handling after that is manuell