about summary refs log tree commit diff stats
path: root/code/fm.rb
diff options
context:
space:
mode:
Diffstat (limited to 'code/fm.rb')
-rw-r--r--code/fm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/fm.rb b/code/fm.rb
index 0f2893b3..6db5a85e 100644
--- a/code/fm.rb
+++ b/code/fm.rb
@@ -48,7 +48,7 @@ module Fm
 		}
 
 		# Read the .rangerrc
-		@rangerrc = File.expand_path('~/.rangerrc')
+		@rangerrc = File.expand_path(Option.bookmark_file)
 		if (File.exists?(@rangerrc))
 			content = File.read(@rangerrc)
 			unless content.empty?