From 8ea8ca140aaf7c8790661b4f5394f5514c94cfd4 Mon Sep 17 00:00:00 2001 From: Nicolas Canceill Date: Sun, 26 Apr 2015 18:53:38 +0200 Subject: [PATCH] Latin should be italicized --- Install-ZSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-ZSH.md b/Install-ZSH.md index d49c035..3f8f974 100644 --- a/Install-ZSH.md +++ b/Install-ZSH.md @@ -12,7 +12,7 @@ Oh-My-Zsh is a framework for [Zsh](http://www.zsh.org), the Z shell. If you need to, follow the following step to make it work: 1. Install Zsh - * with your package manager of choice (ie: `sudo apt-get install zsh`) + * with your package manager of choice (_ie_: `sudo apt-get install zsh`) * from [source](http://zsh.sourceforge.net/Arc/source.html), following [instructions from the Zsh FAQ](http://zsh.sourceforge.net/FAQ/zshfaq01.html#l7) 2. Make sure it installed by running `zsh --version` 3. Make it your default shell: `chsh -s $(chsh -l | grep "zsh" -m 1)`