diff options
-rwxr-xr-x | ranger | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger b/ranger index b3088ed1..091df761 100755 --- a/ranger +++ b/ranger @@ -87,7 +87,7 @@ end Option = OptionClass.new(*opt.values) opt = nil -load 'ranger.conf' +load File.exists?( x = File.expand_path( '~/.rangerrc' ) ) ? x : 'ranger.conf' load 'data/colorscheme/' + Option.colorscheme + '.rb' load 'data/screensaver/clock.rb' |