mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 15:53:39 -05:00
Updated Examples (markdown)
@@ -75,7 +75,7 @@ fdr() {
|
||||
get_parent_dirs $(dirname "$1")
|
||||
fi
|
||||
}
|
||||
local DIR=$(get_parent_dirs $(realpath "${1:-$(pwd)}") | fzf-tmux --tac)
|
||||
local DIR=$(get_parent_dirs $(realpath "${1:-$PWD}") | fzf-tmux --tac)
|
||||
cd "$DIR"
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user