]> arthur.barton.de Git - ax-zsh.git/commitdiff
README.md: Remove wrong and unneeded commands
authorAlexander Barton <alex@barton.de>
Sat, 18 Jul 2015 15:21:08 +0000 (17:21 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 18 Jul 2015 15:21:08 +0000 (17:21 +0200)
It is "typeset" (not "typedef"), and not necessary at all ...

README.md

index 95664a9c7d6eaa2a59bf37cbddd17f3085e63860..45671dbf0ee6b3b1f9c6e221d90935fac1e8b096 100644 (file)
--- a/README.md
+++ b/README.md
@@ -35,11 +35,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