I have this alias in my .zshrc:
alias grim='gvim --remote'
But this is not seen from ranger file manager, I believe that ranger runs a 'generic' shell skipping my .zshrc. I want to make this alias visible in every shell.
I added it to ~/.profile and to /etc/zsh/zshrc but no effect. To be specific a got this message:
/bin/sh: grim: not found
sourcethe appropriate config? – m0nhawk Oct 21 '12 at 12:46