about summary refs log tree commit diff stats
path: root/ranger.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ranger.rb')
-rwxr-xr-xranger.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger.rb b/ranger.rb
index 50ff8ebf..fc74e012 100755
--- a/ranger.rb
+++ b/ranger.rb
@@ -35,7 +35,7 @@ end
 opt = {
 	:show_hidden            => false,
 	:sort                   => :name,
-	:dir_first              => true,
+	:list_dir_first         => true,
 	:sort_reverse           => false,
 	:cd                     => ARGV.include?('--cd'),
 	:colorscheme            => true,