help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to configure emacs so that it run my '.profile' when I start a s


From: Peter Dyballa
Subject: Re: How to configure emacs so that it run my '.profile' when I start a shell inside emacs?
Date: Mon, 20 Apr 2009 00:03:46 +0200


Am 19.04.2009 um 23:51 schrieb Lucius Fox:

How to configure emacs so that it run my '.profile' when I start a
shell inside emacs?


It depends on your login shell's syntax. You can put into the file ~/.emacs_<login shell's name> a command like

        . ~/.profile

for Bourne like shells or

        source ~/.profile

for csh like shells. Other shells will also have their syntax.

--
Greetings

  Pete

Bigamy is having one wife too many. Monogamy is the same.
                                – Oscar Wilde







reply via email to

[Prev in Thread] Current Thread [Next in Thread]