From 460ccbea4af275c921a11de70c673350cb37b712 Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Sun, 22 Oct 2017 17:38:19 +0300 Subject: [PATCH] fix lfcd path in example config --- etc/lfrc.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/lfrc.example b/etc/lfrc.example index 74a9a3a..fe0f0ea 100644 --- a/etc/lfrc.example +++ b/etc/lfrc.example @@ -38,7 +38,7 @@ map i $less $f map e $vi $f # mapping to spawn a shell in working directory -# (see also etc/lf.sh as an alternative workflow) +# (see also etc/lfcd.sh as an alternative workflow) map w $$SHELL # execute current file (must be executable)