diff --git a/Examples.md b/Examples.md index 5eb8f56..24ffce7 100644 --- a/Examples.md +++ b/Examples.md @@ -799,8 +799,8 @@ 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