有什么像emacs tramp for shell(bash / zsh)?


1

比如,我们有一个服务器,我们使用“userx”来部署东西并执行一些维护任务。该用户正由多个团队成员使用。所以,如果我不能按照我想要的方式真正修改.bashrc或.zshrc。

另一方面,Emacs tramp让我印象深刻。它让我在我的本地系统上拥有自己的Emacs配置。

Answers:


1

你可以创建自己的 .sabyarc 文件(由您编写,可由userx读取)并在您每次以用户身份登录时获取。或者,你可以使用 对于维护任务,所以所涉及的所有用户都可以配置自己的.rc文件。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.