Every time I'm visiting a file system in remote machine and I execute a command (e.g. grep
) the emacs buffer with the result of that command also contains my verbose .bash_profile
output.
How could I disable this behavior? That is, how to make the remote command only load .bashrc
? (In tramp my remote method is ssh)