From 46de6fef773e1e02cc9550e5a8bf2a705e7d8e4d Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Tue, 29 Aug 2017 16:13:38 -0700 Subject: [PATCH] Swap italics to code formatting and add hyperlink --- modules/environment/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/environment/README.md b/modules/environment/README.md index b86cbc5..b0d579b 100644 --- a/modules/environment/README.md +++ b/modules/environment/README.md @@ -13,13 +13,14 @@ Contributors This module **MUST NOT** rely on any command not built in Zsh. -Non-interactive environment variables should be defined in *zshenv*. +Non-interactive environment variables should be defined in [`zshenv`][1]. Authors ------- -*The authors of this module should be contacted via the [issue tracker][1].* +*The authors of this module should be contacted via the [issue tracker][2].* - [Sorin Ionescu](https://github.com/sorin-ionescu) -[1]: https://github.com/sorin-ionescu/prezto/issues +[1]: https://github.com/sorin-ionescu/prezto/blob/master/runcoms/zshenv +[2]: https://github.com/sorin-ionescu/prezto/issues