From 1bc31d9c5aa1b9a7c10a4f2f474e68c4046a5632 Mon Sep 17 00:00:00 2001 From: mgild Date: Thu, 13 Sep 2018 16:22:53 -0700 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Examples.md b/Examples.md index 24ffce7..b622089 100644 --- a/Examples.md +++ b/Examples.md @@ -799,8 +799,7 @@ v() { #### Integration with [zsh-interactive-cd](https://github.com/changyuheng/zsh-interactive-cd). -# Like normal cd but opens an interactive navigation window when called with no arguments. -# For ls, use -FG instead of --color=always on osx. +Like normal cd but opens an interactive navigation window when called with no arguments. For ls, use -FG instead of --color=always on osx. ```sh function cd() { if [[ "$#" != 0 ]]; then