mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 16:45:38 -05:00
Updated Examples (markdown)
@@ -799,8 +799,7 @@ v() {
|
|||||||
|
|
||||||
#### Integration with [zsh-interactive-cd](https://github.com/changyuheng/zsh-interactive-cd).
|
#### 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.
|
Like normal cd but opens an interactive navigation window when called with no arguments. For ls, use -FG instead of --color=always on osx.
|
||||||
# For ls, use -FG instead of --color=always on osx.
|
|
||||||
```sh
|
```sh
|
||||||
function cd() {
|
function cd() {
|
||||||
if [[ "$#" != 0 ]]; then
|
if [[ "$#" != 0 ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user