Makes ranger open ZSH shell

This commit is contained in:
Jonathan Hodgson 2018-12-19 15:12:40 +00:00
parent 804b3394f7
commit a05fae0f87

View file

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