fix ifs option in lfrc.example

This commit is contained in:
Gokcehan 2016-08-25 01:13:45 +03:00
parent ffe2dc03f0
commit a765a126fe

View File

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