README.md: formatting def lists

This commit is contained in:
Denis Knauf 2013-07-09 16:03:41 +02:00
parent 8246965819
commit e48ad85dd4

View file

@ -1,7 +1,9 @@
Author <dl>
: Sebastian Tramp <mail@sebastian.tramp.name> <dt>Author</dt>
License <dd>Sebastian Tramp [mail@sebastian.tramp.name](mail@sebastian.tramp.name)</dd>
: http://opensource.org/licenses/gpl-license.php <dt>License</dt>
<dd>http://opensource.org/licenses/gpl-license.php</dd>
</dl>
Due to many requests I share my zsh configuration compilation. Due to many requests I share my zsh configuration compilation.
Copy the repository to ~/.zsh and run 'make install' once Copy the repository to ~/.zsh and run 'make install' once
@ -10,23 +12,27 @@ Copy the repository to ~/.zsh and run 'make install' once
File description File description
================ ================
`$ZSH_CONFIG/README` <dl>
: This file <dt>`$ZSH_CONFIG/README`</dt>
`$ZSH_CONFIG/Makefile` <dd>This file</dd>
: make-config to run with 'make install' <dt>`$ZSH_CONFIG/Makefile`</dt>
`$ZSH_CONFIG/aliases` <dd>make-config to run with 'make install'</dd>
: alias definitions which can be edited/modified with 'aedit' <dt>`$ZSH_CONFIG/aliases`</dt>
`$ZSH_CONFIG/completion` <dd>alias definitions which can be edited/modified with 'aedit'</dd>
: tab completion configuration <dt>`$ZSH_CONFIG/completion`</dt>
`$ZSH_CONFIG/functions` <dd>tab completion configuration</dd>
: functions and key bindings to that functions <dt>`$ZSH_CONFIG/functions`</dt>
`$ZSH_CONFIG/options` <dd>functions and key bindings to that functions</dd>
: shell options as history size, general keyindings, etc <dt>`$ZSH_CONFIG/options`</dt>
`$ZSH_CONFIG/prompt` <dd>shell options as history size, general keyindings, etc</dd>
: the prompt definition <dt>`$ZSH_CONFIG/prompt`</dt>
`$ZSH_CONFIG/zshrc` <dd>the prompt definition</dd>
: the main RC file (will be linked to ~/.zshrc) <dt>`$ZSH_CONFIG/zshrc`</dt>
<dd>the main RC file (will be linked to ~/.zshrc)</dd>
</dl>
These files are not in the repository but will be created These files are not in the repository but will be created
<dl>
`$ZSH_CACHE/history - the history file (shared for all zsh instances) `$ZSH_CACHE/history - the history file (shared for all zsh instances)
</dl>