francoiscabrol/ranger.vim

Add support of custom command to open ranger

Closed this issue · 1 comments

I want to modify command, that open ranger to open it with custom SHELL (to load .zshrc before ranger for aliases) and custom theme (because default theme look ugly in my vim) like this
SHELL=/home/bjorn/.config/ranger/rshell ranger --cmd "set colorscheme snow"