Each time I visit the file system on a remote computer and I execute a command (for example grep), the emacs buffer with the result of this command also contains my verbose output .bash_profile.
How can I disable this behavior? That is, how to make the remote command load only .bashrc? (In tramp, my remote method is ssh)
source
share