term-file-prefix
term-file-prefix is a variable defined in `faces.el
'.
Its value is "term/"Documentation: If non-nil, Emacs startup performs terminal-specific initialization. It does this by: (load (concat term-file-prefix (getenv "TERM"))) You may set this variable to nil in your init file if you do not wish the terminal-initialization file to be loaded. You can customize this variable.