]> ruderich.org/simon Gitweb - config/dotfiles.git/log
config/dotfiles.git
15 years agoZsh completion additions.
Simon Ruderich [Tue, 9 Sep 2008 15:15:40 +0000 (17:15 +0200)]
Zsh completion additions.

Expanding inside a string works now, completion functions are ignored by
completions and the parent directory is ignored when using cd, mv and cp.

15 years agoImproved trap function to simply add the aborted command to the history.
Simon Ruderich [Tue, 9 Sep 2008 15:13:20 +0000 (17:13 +0200)]
Improved trap function to simply add the aborted command to the history.

This makes retrieving it later very simple.

15 years agoAdded useful global zsh aliases.
Simon Ruderich [Sat, 6 Sep 2008 23:06:57 +0000 (01:06 +0200)]
Added useful global zsh aliases.

15 years agoMore documentation fixes.
Simon Ruderich [Sat, 6 Sep 2008 22:50:32 +0000 (00:50 +0200)]
More documentation fixes.

15 years agoAdded zsh trap function to make an aborted command (with ^C) yankable later.
Simon Ruderich [Sat, 6 Sep 2008 22:49:23 +0000 (00:49 +0200)]
Added zsh trap function to make an aborted command (with ^C) yankable later.

15 years agoMinor whitespace and documentation fixes.
Simon Ruderich [Sat, 6 Sep 2008 01:25:10 +0000 (03:25 +0200)]
Minor whitespace and documentation fixes.

15 years agoUpdated case ignoring matcher to first use the entered case.
Simon Ruderich [Sat, 6 Sep 2008 01:09:57 +0000 (03:09 +0200)]
Updated case ignoring matcher to first use the entered case.

Only if the current case is not matching, other cases are tried.

15 years agoLess configuration is now done through a .less file.
Simon Ruderich [Sat, 6 Sep 2008 01:01:40 +0000 (03:01 +0200)]
Less configuration is now done through a .less file.

This was done because it's the only way to specify key bindings for less. With
this change the LESS variable was removed and its data is now also in the
lesskey file.

15 years agoAdded zsh configuration file for my father's G5.
Simon Ruderich [Sat, 6 Sep 2008 01:01:02 +0000 (03:01 +0200)]
Added zsh configuration file for my father's G5.

15 years agoConfiguration files for zucker.schokokeks.org for bash and zsh.
Simon Ruderich [Fri, 5 Sep 2008 21:47:55 +0000 (23:47 +0200)]
Configuration files for zucker.schokokeks.org for bash and zsh.

15 years agoAlso added support to automatically load configuration files to bash.
Simon Ruderich [Fri, 5 Sep 2008 21:45:53 +0000 (23:45 +0200)]
Also added support to automatically load configuration files to bash.

15 years agoAdded the possibility to automatically load configuration files.
Simon Ruderich [Fri, 5 Sep 2008 16:08:32 +0000 (18:08 +0200)]
Added the possibility to automatically load configuration files.

Also added rc.local and env.local with local settings.

15 years agoAdded basic bash configuration file.
Simon Ruderich [Fri, 5 Sep 2008 16:05:37 +0000 (18:05 +0200)]
Added basic bash configuration file.

15 years agoAdded colordiff configuration file.
Simon Ruderich [Tue, 2 Sep 2008 18:25:18 +0000 (20:25 +0200)]
Added colordiff configuration file.

It uses diff colors similar to TextMate.

15 years agoAdded readline configuration file.
Simon Ruderich [Tue, 2 Sep 2008 17:06:57 +0000 (19:06 +0200)]
Added readline configuration file.

It sets Vim bindings.

15 years agoAdded basic zsh configuration files.
Simon Ruderich [Tue, 2 Sep 2008 16:48:20 +0000 (18:48 +0200)]
Added basic zsh configuration files.

Also added .hgignore file which ignores temporary zsh files.