summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2014-04-11 16:19:26 +0200
committerhut <hut@lepus.uberspace.de>2014-04-11 16:19:26 +0200
commit0ba6150eefe3572af00f801534228ad83c8f625c (patch)
tree1814b5299a722f3125c068acabfdc091a54e9456 /ranger
parentf57bb6033f146894db542c727c4910cafd25f3f2 (diff)
downloadranger-0ba6150eefe3572af00f801534228ad83c8f625c.tar.gz
Turn "automatically_count_files" on by default
Diffstat (limited to 'ranger')
-rw-r--r--ranger/config/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf
index 7487e8be..52b06b4b 100644
--- a/ranger/config/rc.conf
+++ b/ranger/config/rc.conf
@@ -42,7 +42,7 @@ set preview_script ~/.config/ranger/scope.sh
 set use_preview_script true
 
 # Automatically count files in the directory, even before entering them?
-set automatically_count_files false
+set automatically_count_files true
 
 # Open all images in this directory when running certain image viewers
 # like feh or sxiv?  You can still open selected files by marking them.