From a765a126fed8c3a0e7d4b3f6c5fa25936f36c252 Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Thu, 25 Aug 2016 01:13:45 +0300 Subject: [PATCH] fix ifs option in lfrc.example --- etc/lfrc.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/lfrc.example b/etc/lfrc.example index de2ef9a..c8606d6 100644 --- a/etc/lfrc.example +++ b/etc/lfrc.example @@ -70,7 +70,7 @@ map st :set sortby time; set showinfo time; # sets internal field seperator (IFS) to ':' # useful for interactive use to automatically split file names in $fs and $fx # things may behave unexpectedly so use with caution -#set ifs : +#set ifs ':' # extract the current file with the right command # xkcd link: https://xkcd.com/1168/