我使用以下命令安装了Terminator
。
sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator
好像它没有加载.bashrc
文件。当我在终结器中打开Vim
时,它甚至没有加载.vimrc
文件。
我甚至无法更改Preferences
- > Profile
- > Colors
。
但是gnome-terminal
中的所有内容都运行良好。
答案 0 :(得分:5)
右键单击终结器窗口并选择preferences
。
在profiles
标签上,勾选Run command as login shell
。
这将使终结器能够在启动时读取rc
文件。