An Introduction to ConfigObj Handling Configuration Files with ConfigObj
Website of Michael Foord. Python programming articles, projects and technical blog.
Website of Michael Foord. Python programming articles, projects and technical blog.
"I have spent the last few years tweaking and refining my VIM configuration. This is the ultimate VIM configuration .vimrc file. It is well organized and documented. It is on GitHub so you can always grab the latest. It works well alone, but is intended to be paired with the plugins and configuration found in my complete .vim configuration also hosted on GitHub."
"When screen is invoked, it executes initialization commands that are contained in two files "/etc/screenrc" and then ".screenrc" in the user's home directory.These defaults can be overridden in the following ways: For the global screenrc file screen searches for the environment variable $SYSSCREENRC (this override feature may be disabled at compile-time). The user specific screenrc file is searched for in $SCREENRC, then $HOME/.screenrcIf the command line option -c it given, it specifies the screenrc file to use. No other file is searched and sourced even if they exist. "