From 5fc429d2e6fcff3bf5dadd4b7493a5fa4d927359 Mon Sep 17 00:00:00 2001 From: Okan Esen Date: Sun, 22 Jul 2018 01:19:18 +0200 Subject: [PATCH] Add info for macOS users where `tac` isn't available by default. --- Examples-(fish).md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Examples-(fish).md b/Examples-(fish).md index 12f5342..d672ad0 100644 --- a/Examples-(fish).md +++ b/Examples-(fish).md @@ -11,6 +11,8 @@ function fzf-bcd-widget -d 'cd backwards' end ``` +On macOS `tac` isn't available by default but you can use `tail -r` instead of `tac` for the same functionality. + ```fish function fzf-cdhist-widget -d 'cd to one of the previously visited locations' # Clear non-existent folders from cdhist.