]> ruderich.org/simon Gitweb - config/dotfiles.git/history - shell
vcs/gitconfig: always highlight whitespace errors
[config/dotfiles.git] / shell /
2013-07-05 Simon Ruderichshell/logout: Minor cleanup.
2013-04-13 Simon Ruderichshell/env: Add missing timezone to comment.
2013-04-10 Simon Ruderichshell/dircolors: Color "NEWS" file.
2013-04-10 Simon Ruderichshell/aliases: Add aliases lt (ls -lt) and lat (ls...
2013-04-07 Simon Ruderichshell/functions: Cleanup.
2013-04-02 Simon Ruderichshell/aliases: Run `unalias` for mv and cp.
2013-04-02 Simon Ruderichshell/aliases: Add aliases mv (mv -i) and cp (cp -i...
2013-04-01 Simon RuderichMinor documentation updates.
2013-04-01 Simon Ruderichshell/dircolors: $LS_COLORS settings in more readable...
2013-03-10 Simon Ruderichsetup.sh,shell/aliases: Only use `column -t` if it...
2013-02-09 Simon Ruderichshell/aliases: Use aliases for ll, la, lal.
2013-02-09 Simon Ruderichshell/aliases: Drop old Mercurial alias vqs.
2012-12-31 Simon Ruderichshell/env: Use test instead of [ and $HOME instead...
2012-12-20 Simon Ruderichshell/aliases: Use grep --color=auto if available.
2012-12-20 Simon Ruderichshell/aliases: Display complete size in du alias.
2012-10-16 Simon Ruderichshell/aliases,setup.sh: Move ls color detection to...
2012-01-25 Simon Ruderich*: License under GPL v3+.
2012-01-14 Simon Ruderichshell/function,zsh/rc: Replace $@ with "$@".
2012-01-14 Simon Ruderichshell/aliases: Replace remaining $* with "$@".
2011-11-20 Simon RuderichMerge remote branch 'asp/master'
2011-11-16 Simon Ruderichshell/logout: Always clear the console, independent...
2011-11-16 Simon Ruderichshell/aliases: Correctly use "$@" instead of $* for...
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-11-12 Simon Ruderichbin: Add.
2010-09-18 Simon Ruderichshell/functions: Improve source_debug() output.
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-07-24 Simon Ruderichshell/aliases: Add aliases for ls (l) and cd (d).
2010-07-24 Simon Ruderichshell/aliases: Remove unnecessary quotes.
2010-04-23 Simon RuderichMerge remote branch 'rammstein/master'
2010-03-30 Simon Ruderichshell/logout: Ignore errors if sudo isn't installed.
2010-03-29 Simon Ruderichshell/aliases: Don't alias vi to vim.
2010-03-11 Simon Ruderichshell/aliases: Fix colors in normal ls.
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).