我的终结器配置文件是~/.config/terminator/config
,我想将其更改为其他位置,例如~/programs/config/terminator/config
我该怎么做。我无法这样做。到目前为止,我只剩下http://manpages.ubuntu.com/manpages/bionic/man5/terminator_config.5.html#file%20location。
Normally the config file will be ~/.config/terminator/config, but it may be overridden with $XDG_CONFIG_HOME (in which case it will be $XDG_CONFIG_HOME/terminator/config)
但是我无法做到这一点。 我尝试用bashrc编写
XDG_CONFIG_HOME=~/programs/config
但似乎不起作用。
任何解决方法都可以。您可能会建议我在~/.config/terminator/config
文件中写一些行,其中可能包括我的外部配置文件。
就像我们可以写~/.gitconfig
来扩展文件一样。
[include]
path = ~/programs/config/gitconfig