我通过 ( emacs --daemon
) 将 emacs 作为守护进程启动。然后我启动客户端 ( emacsclient -c
) 并通过 ( ) 使用它的 shell 模式M-x shell RET
。但是提示以:
重击 3.2$
我已经更改了PS1
by export PS1="\w\$ "
in的值.bash_profile
。那么知道如何更改PS1
emacsclient 外壳中的值吗?
编辑:或者同样的问题是:emacsclient 在哪里获取环境变量,例如 $PATH、$PS1 ...?知道这一点将解决我的问题。