]> ruderich.org/simon Gitweb - config/dotfiles.git/history - shell/env
shell/aliases: add h alias for htop
[config/dotfiles.git] / shell / env
2014-08-25 Simon Ruderichfix lesspipe setup for Gentoo
2014-06-10 Simon Ruderichshell/env: reset all LC_* variables
2014-06-10 Simon Ruderichremove source_debug()
2014-04-19 Simon Ruderichshell/env: use C locale when sorting
2014-04-14 Simon Ruderichshell/env: unset LC_ALL
2013-11-05 Simon Ruderich*/env: Move man page coloring from zsh/env to shell...
2013-07-06 Simon Ruderichshell/env: Unset LANGUAGE.
2013-04-13 Simon Ruderichshell/env: Add missing timezone to comment.
2013-04-01 Simon RuderichMinor documentation updates.
2013-04-01 Simon Ruderichshell/dircolors: $LS_COLORS settings in more readable...
2012-12-31 Simon Ruderichshell/env: Use test instead of [ and $HOME instead...
2012-01-25 Simon Ruderich*: License under GPL v3+.
2011-02-11 Simon RuderichMerge remote-tracking branch 'uni/master'
2011-02-09 Simon Ruderichshell/env: Prefer ~/.tmp to ~/tmp as TMPDIR.
2011-02-04 Simon Ruderichshell/env: Add rlwrap history directory setting.
2010-11-12 Simon Ruderichshell/env: First add ~/.shell/bin to PATH.
2010-11-12 Simon Ruderichshell/env: Add ~/.shell/bin to PATH.
2010-09-18 Simon RuderichSimplify configuration setup.
2010-09-18 Simon Ruderichshell/env: Move shell functions to shell/functions.
2010-09-18 Simon RuderichImprove source_debug() output.
2010-09-02 Simon Ruderichshell/env: Improve readability of LS_COLORS settings.
2010-07-24 Simon Ruderichshell/env: Remove unnecessary "function".
2010-03-11 Simon Ruderichshell/env: Also add ~/.bin to PATH if it exists.
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-02-22 Simon RuderichMerge commit 'rammstein/master'
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 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 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).