Makes ranger open ZSH shell

This commit is contained in:
Jonathan Hodgson 2018-12-19 15:12:40 +00:00
parent cfa5934557
commit 700c221910

View file

@ -615,4 +615,4 @@ copytmap <ESC> q Q w <C-c>
# == My Additions
# ===================================================================
# Start terminal at location
map S shell bash -c "cd %d ; bash"
map S shell $SHELL -c "cd %d ; zsh"