From 59561737559f0a70328ade2972914df245ae1403 Mon Sep 17 00:00:00 2001 From: Peltoche Date: Tue, 4 Dec 2018 15:11:02 +0100 Subject: [PATCH] Add syntax colors for the configuration section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96350fe..929e9c3 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ which make it really faster ([see the benchmarks](#benchmark)). In order to use lsd instead of the default ls you need to add this to you shell configuration file (~/.bashrc, ~/.zshrc, etc.) : - ``` + ```sh alias ls='lsd' ``` @@ -55,7 +55,7 @@ configuration file (~/.bashrc, ~/.zshrc, etc.) : Some examples of useful aliases. You can add this to you shell configuration file (~/.bashrc, ~/.zshrc, etc.) just under the alias above : - ``` + ```sh alias l='ls -l' alias la='lsd -a' alias lla='ls -la'