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.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger.rb b/ranger.rb
index f668d053..6aa75a9e 100755
--- a/ranger.rb
+++ b/ranger.rb
@@ -36,6 +36,7 @@ opt = {
 	:sort_reverse           => false,
 	:cd                     => ARGV.include?('--cd'),
 	:colorscheme            => true,
+	:bookmark_file          => '~/.ranger_bookmarks',
 	:ascii_only             => true,
 	:wide_bar               => true,
 	:confirm_string         => "yes I am!",