m/fzf
1
0
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.

Okan Esen
2018-07-22 01:19:18 +02:00
parent 39721be134
commit 5fc429d2e6

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