Thomas Walker Lynch <[email protected]> writes: > Hello,
Hi Thomas, > I found various things in the doc for coercing Tramp to pick a > different shell: > > ;(add-to-list 'tramp-connection-properties > ; (list (regexp-quote > "/ssh:[email protected]:") > ; "remote-shell" "/usr/bin/bash")) This is the right direction. If you want to use it for every remote connection, you might use (add-to-list 'tramp-connection-properties '(nil "remote-shell" "/usr/bin/bash")) nil matches everything here. > Thanks again. Tramp is a wonderful tool. If the dired stuff works > remotely. It is a blessing for emacs users. Thanks for your kind words, and best regards, Michael.
