mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
Add info for macOS users where tac isn't available by default.
@@ -11,6 +11,8 @@ function fzf-bcd-widget -d 'cd backwards'
|
|||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On macOS `tac` isn't available by default but you can use `tail -r` instead of `tac` for the same functionality.
|
||||||
|
|
||||||
```fish
|
```fish
|
||||||
function fzf-cdhist-widget -d 'cd to one of the previously visited locations'
|
function fzf-cdhist-widget -d 'cd to one of the previously visited locations'
|
||||||
# Clear non-existent folders from cdhist.
|
# Clear non-existent folders from cdhist.
|
||||||
|
|||||||
Reference in New Issue
Block a user