]> arthur.barton.de Git - ax-zsh.git/blobdiff - README.md
New plugin "grep"
[ax-zsh.git] / README.md
index a1a7a3ea88d9fa54477d5326546cf5efe8ee821f..fb86bdec4d54d33da9cecfb2871789d8d3d87676 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
 AX-ZSH: Alex' Modular ZSH Configuration
 =======================================
 
+AX-ZSH is a modular configuration system for the Z shell. If provides sane
+defaults and is extendable by plugins.
+
 
 Configuration
 -------------
@@ -14,7 +17,6 @@ The following configuration variables are supported:
   addition to the core plugins. You can reset this array to disable(!) loading
   of these default plugins. Currently these plugins are loaded by default:
    * byebye
-   * completion
    * correction
    * history
    * ls
@@ -32,11 +34,9 @@ Example for a `$HOME/.zshenv` file:
 export AXZSH_PLUGIN_D="/opt/ax-zsh-plugins"
 
 # Disable all default plugins
-typedef -U axzsh_default_plugins
 axzsh_default_plugins=()
 
 # Add additional plugins
-typedef -U axzsh_plugins
 axzsh_plugins=(
        editor_select
        homebrew