]> ruderich.org/simon Gitweb - config/dotfiles.git/shortlog
config/dotfiles.git
2009-05-13 Simon Ruderichzsh/rc: Add aliases for gitk and tig.
2009-05-13 Simon Ruderichzsh/rc: Don't use vim -p.
2009-05-12 Simon Ruderichscreenrc: Documentation improvement.
2009-05-08 Simon Ruderichhost/rc.rammstein: Remove screen attachment.
2009-05-08 Simon Ruderichzsh: Fix attachment to running screen sessions.
2009-05-05 Simon RuderichREADME: Convert to asciidoc.
2009-05-01 Simon Ruderichlib.sh: Fix for less capable echo versions.
2009-05-01 Simon Ruderichlib.sh: Documentation fix.
2009-04-24 Simon Ruderichzsh: Reorder aliases and functions section.
2009-04-24 Simon Ruderichzsh: Remove superfluous comments.
2009-04-24 Simon Ruderichzsh: Remove useless todo function.
2009-04-21 Simon Ruderichzsh: Fix documentation typo.
2009-04-21 Simon Ruderichzsh: Support VCS_Info in versions earlier than 4.3.9.
2009-04-20 Simon Ruderichzsh: Load current completions if available.
2009-04-16 Simon Ruderichlib.sh: generate() displays options again.
2009-04-13 Simon Ruderichlib.sh: Add generate() which replaces m4().
2009-04-08 Simon Ruderichzsh: Add new global alias S which calls sort.
2009-04-08 Simon Ruderichzsh: Add new global alias E which performs 2>&1.
2009-04-07 Simon Ruderichlib.sh: Move warning code to own function.
2009-04-07 Simon Ruderichsetup.sh: Be more compatible.
2009-03-31 Simon Ruderichzsh/os: Add rc.Linux for linux hosts.
2009-03-31 Simon Ruderichzsh: Use -n consistently in window name feature.
2009-03-31 Simon Ruderichzsh: Add documentation to window name feature.
2009-03-31 Simon Ruderichzsh: Make sure entries in $fpath are unique.
2009-03-31 Simon Ruderichsync.sh: Be more compatible.
2009-03-31 Simon RuderichREADME: Fix typo and update.
2009-03-25 Simon Ruderichzsh: Also add ! to command name when running zsh as...
2009-03-24 Simon Ruderichzsh: Fix 62d757146f6bcf1f4951059769239db024144812.
2009-03-22 Simon Ruderichzsh: Display @ in window name when running ssh.
2009-03-22 Simon Ruderichzsh: Expand aliases in window names correctly with...
2009-03-20 Simon Ruderichscreenrc: Add ^B binding which runs urlview.
2009-03-16 Simon Ruderichlib.sh: Fix m4() to work with arguments with spaces.
2009-03-16 Simon Ruderichtests: Add test for m4() with multiple arguments.
2009-03-16 Simon Ruderichlib.sh: Add Gentoo support to os().
2009-03-15 Simon Ruderichsetup.sh: Add missing shebang.
2009-03-13 Simon Ruderichzsh: Fix display of running program on linux console.
2009-03-13 Simon Ruderichzsh: Fix infinite loop with screen on linux console.
2009-03-12 Simon Ruderichbash: Abort if the shell is not interactive.
2009-03-12 Simon Ruderichzsh: Fix for 4.3.4 so add-zsh-hook works.
2009-03-10 Simon Ruderichzsh: Try to fix mistakes when completing.
2009-03-10 Simon Ruderichzsh: Display multiple matches in different groups.
2009-03-10 Simon Ruderichzsh: Reorder completion settings.
2009-03-10 Simon Ruderichzsh: Colorize stderr.
2009-03-10 Simon Ruderichzsh: Set window title to current program in stumpwm.
2009-03-10 Simon Ruderichzsh: Automatically start screen.
2009-03-01 Simon Ruderichsync.sh: Status also displays unpushed commits.
2009-03-01 Simon Ruderichtests: Add tests for m4() in lib.sh.
2009-03-01 Simon Ruderichlib.sh: m4() define useful macros.
2009-03-01 Simon Ruderichlib.sh: Add os function which returns current OS.
2009-03-01 Simon Ruderichsync.sh: Status is the default command now.
2009-02-28 Simon RuderichMerge commit 'simpleplan/master'
2009-02-28 Simon Ruderichscreen: Display hostname in the hardstatus line.
2009-02-28 Simon Ruderichzsh: Prevent :q exists the shell.
2009-02-26 Simon RuderichUse default escape key for screen.
2009-02-26 Simon RuderichExpand aliases when using sudo.
2009-02-26 Simon RuderichMove code to change window title to own function.
2009-02-24 Simon RuderichMinor documentation fix.
2009-02-24 Simon RuderichAdd Vim modeline to lib.sh.test.
2009-02-24 Simon RuderichAdd tests for BSD which on Mac OS X.
2009-02-24 Simon RuderichFix installed() in setup.sh on Mac OS X.
2009-02-23 Simon RuderichAdd installed() function to check if a program exists.
2009-02-23 Simon RuderichUse running program name for xterm's window name.
2009-02-22 Simon RuderichAdd Vim modeline.
2009-02-22 Simon RuderichMerge commit 'rammstein/master'
2009-02-22 Simon RuderichFallback to clear if clear_console is not found in...
2009-02-22 Simon RuderichUse one logout file which is included by bash and zsh.
2009-02-22 Simon Ruderichsource_config() can load normal configuration files.
2009-02-22 Simon RuderichBe more compatible in shell/env.
2009-02-21 Simon RuderichAbort if the fetch fails in setup.sh.
2009-02-21 Simon Ruderichsetup.sh runs gc on newly created repositories.
2009-02-21 Simon Ruderichsetup.sh removes the remote if fetching was unsuccessful.
2009-02-22 Simon Ruderichsetup.sh can create repositories and setup remotes.
2009-02-21 Simon RuderichFix leaking a variable in lib.sh.
2009-02-21 Simon RuderichDon't use local in source_config().
2009-02-21 Simon RuderichTest if variables are leaked in source_config().
2009-02-21 Simon RuderichFind git directories in setup.sh automatically.
2009-02-21 Simon RuderichImprove documentation in setup.sh.
2009-02-21 Simon RuderichFix doc typo in setup.sh.
2009-02-20 Simon RuderichForgot to replace one source in tests/.
2009-02-20 Simon RuderichUse . instead of source to load config files.
2009-02-20 Simon RuderichOnly load ~/.bashrc if it's available.
2009-02-18 Simon RuderichMerge commit 'rammstein/master'
2009-02-18 Simon RuderichRun status after a fetch in sync.sh.
2009-02-18 Simon RuderichRemove ".git" from repository output in sync.sh.
2009-02-18 Simon RuderichOnly print status output if git log did in sync.sh.
2009-02-18 Simon RuderichAdd status method to sync.sh.
2009-02-18 Simon RuderichRemove an unnecessary check in sync.sh.
2009-02-18 Simon RuderichFix doc typo in sync.sh.
2009-02-18 Simon RuderichAdd shortcuts to sync.sh
2009-02-18 Simon RuderichUpdate doc for sync.sh.
2009-02-18 Simon Ruderichsync.sh supports pushing to remotes.
2009-02-18 Simon RuderichAdd sync.sh which fetches all remote branches.
2009-02-18 Simon RuderichUse setup.sh instead of Makefile for setup process.
2009-02-18 Simon RuderichUse setup.sh instead of Makefile.
2009-02-18 Simon RuderichAdd better debug output to m4.sh and link.sh.
2009-02-18 Simon RuderichFix typo in m4.sh.
2009-02-17 Simon RuderichAdd setup support.
2009-02-16 Simon RuderichAdd setup support.
2009-02-16 Simon RuderichMerge commit 'rammstein/master'
2009-02-16 Simon RuderichAdd zsh logout configuration file.
next