m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Updated Examples (markdown)

mgild
2018-09-13 16:22:53 -07:00
parent f884dd3aa7
commit 1bc31d9c5a

@@ -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