]> arthur.barton.de Git - ax-zsh.git/commitdiff
Fix some warnings of "markdownlint"
authorAlexander Barton <alex@barton.de>
Sun, 12 May 2019 22:37:02 +0000 (00:37 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 12 May 2019 22:37:02 +0000 (00:37 +0200)
LICENSE.md
README.md

index de762ddcb5312cc625027594bbaafe72c254d9d0..e65154b3c9297c9cc2ddfb417d8b8b8af5d8f07b 100644 (file)
@@ -1,6 +1,7 @@
 The MIT License
+===============
 
-- Copyright (c) 2015-2017 Alexander Barton <alex@barton.de>
+- Copyright (c) 2015-2019 Alexander Barton <alex@barton.de>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
index d79f82f4dd53304cff41e5c5e82dfac108978f6d..3ddbd0cb9287f4bae4d42f278a3b7e5943c8a11c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,6 @@ AX-ZSH: Alex' Modular ZSH Configuration
 AX-ZSH is a modular configuration system for the Z shell (ZSH).
 It provides sane defaults and is extendable by plugins.
 
-
 Installation
 ------------
 
@@ -15,13 +14,13 @@ up the `~/.axzsh` directory.
 When using Git it is best to directly clone the AX-ZSH repository into the
 `~/.axzsh` directory and call `install.sh` from this location.
 
-Clone repository from _GitHub_ (https://github.com/alexbarton/ax-zsh):
+Clone repository from _GitHub_ (<https://github.com/alexbarton/ax-zsh>):
 
-    git clone https://github.com/alexbarton/ax-zsh.git ~/.axzsh
+    git clone https://github.com/alexbarton/ax-zsh.git ~/.axzsh
 
 Then run the installer script:
 
-    ~/.axzsh/install.sh
+    ~/.axzsh/install.sh
 
 The `install.sh` script creates symbolic links for `~/.zprofile`, `~/.zshrc`,
 `~/.zlogin`, and `~/.zlogout` (don't worry, already existing files are backed
@@ -31,7 +30,6 @@ Now close and restart all your running ZSH session to activate AX-ZSH.
 
 To update AX-ZSH run `axzshctl upgrade`.
 
-
 AX-ZSH & Local ZSH Configuration
 --------------------------------
 
@@ -51,7 +49,6 @@ You can use the following files for local ZSH configuration:
    `~/.zlogin.local`, and `~/.zlogout.local` after its own core initialization
    files when present.
 
-
 Customization
 -------------
 
@@ -68,7 +65,6 @@ by default.
 In addition you can set the `AXZSH_PLUGIN_D` variable (and `ZSH_CUSTOM` like
 "OhMyZsh") to specify additional plugin search directories.
 
-
 Environment Variables
 ---------------------