]> ruderich.org/simon Gitweb - config/dotfiles.git/history - shell
gdb/gdbinit: don't stop on SIGUSR1
[config/dotfiles.git] / shell /
2010-03-11 Simon Ruderichshell/aliases: Add new aliases p (less) and s (mpc).
2010-03-11 Simon Ruderichshell/env: Also add ~/.bin to PATH if it exists.
2010-03-11 Simon Ruderichshell/aliases: Add lal() and update ll().
2010-03-08 Simon Ruderichshell/aliases: Add some more aliases from zsh/rc.
2010-03-08 Simon Ruderichbash/rc, zsh/rc: Move aliases to shell/aliases.
2010-02-01 Simon Ruderichshell: Don't use LC_ALL.
2010-01-17 Simon Ruderichshell: Also export TEMP just to be sure.
2010-01-17 Simon Ruderichshell: Only use ~/tmp if it's owned by the current...
2010-01-17 Simon Ruderichshell: Add ~/bin to PATH if available.
2010-01-17 Simon Ruderichshell: Use ~/tmp as tempdir if available.
2009-08-13 Simon Ruderichshell: Remove sudo rights when logging out.
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 RuderichDon't use local in source_config().
2009-02-20 Simon RuderichUse . instead of source to load config files.
2009-02-16 Simon RuderichMerge commit 'rammstein/master'
2009-02-16 Simon RuderichDon't use *.local files, use hostname instead.
2009-02-16 Simon RuderichImprove source_config() debug output.
2009-02-16 Simon RuderichAdd more debug output.
2009-02-16 Simon RuderichNew function source_debug().
2009-02-16 Simon RuderichImproved documentation for source_config().
2009-02-16 Simon RuderichAlso export LANG, has same values as LC_ALL.
2009-02-16 Simon RuderichAdded more color options for ls.
2009-02-16 Simon RuderichUse colorized output with normal ls when GNU ls is...
2009-02-16 Simon RuderichAdded env settings for all shells on my local computer.
2009-02-16 Simon RuderichSimplified loading of config files by using a function.
2009-02-16 Simon RuderichSome consistency changes.
2009-02-16 Simon RuderichAdded support for colorized completions in zsh.
2009-02-16 Simon RuderichAdded configuration file for all shells (in ~/.shell).