]> arthur.barton.de Git - ax-zsh.git/commitdiff
README.md: Move "environment variables" section down
authorAlexander Barton <alex@barton.de>
Fri, 17 Jul 2015 19:36:12 +0000 (21:36 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 17 Jul 2015 19:36:12 +0000 (21:36 +0200)
README.md

index 6e3c05ac62347bbfa944bfdb7e04f55fe49a6109..a1a7a3ea88d9fa54477d5326546cf5efe8ee821f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,27 +2,6 @@ AX-ZSH: Alex' Modular ZSH Configuration
 =======================================
 
 
-Environment Variables
----------------------
-
-Expected to be already set:
-
-* `HOME`
-* `LOGNAME`
-
-Validated and/or set up by core plugins:
-
-* `AXZSH`
-* `HOST`
-* `HOSTNAME` (same as HOST, deprecated)
-* `LOCAL_HOME`
-* `PS1`
-* `SHORT_HOST`
-* `TERM`
-* `XDG_CACHE_HOME`
-* `ZSH_CACHE_DIR`
-
-
 Configuration
 -------------
 
@@ -66,3 +45,24 @@ axzsh_plugins=(
 
 Note: it should *not* be necessary to disable the default plugins! The above
 is an example only!
+
+
+Environment Variables
+---------------------
+
+Expected to be already set:
+
+* `HOME`
+* `LOGNAME`
+
+Validated and/or set up by core plugins:
+
+* `AXZSH`
+* `HOST`
+* `HOSTNAME` (same as HOST, deprecated)
+* `LOCAL_HOME`
+* `PS1`
+* `SHORT_HOST`
+* `TERM`
+* `XDG_CACHE_HOME`
+* `ZSH_CACHE_DIR`