Editing Configuration model
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 86: | Line 86: | ||
There are two environment variables that can be used in both cases: | There are two environment variables that can be used in both cases: | ||
− | * <code>$VIFM</code> points to main configuration | + | * <code>$VIFM</code> points to main configuration (usually <code>~/.vifm/</code>); |
* <code>$MYVIFMRC</code> points to main configuration file (usually <code>~/.vifm/vifmrc</code>). | * <code>$MYVIFMRC</code> points to main configuration file (usually <code>~/.vifm/vifmrc</code>). | ||
These environment variables are valid inside Vifm and also can be used to | These environment variables are valid inside Vifm and also can be used to | ||
− | configure | + | configure Vifm. When <code>$MYVIFMRC</code> isn't set, it's made as |
− | |||
− | When <code>$MYVIFMRC</code> isn't set, it's made as | ||
<code>$VIFM/vifmrc</code> (exception for Windows: vifmrc in the same directory | <code>$VIFM/vifmrc</code> (exception for Windows: vifmrc in the same directory | ||
− | as <code>vifm.exe</code> has higher priority | + | as <code>vifm.exe</code> has higher priority then <code>$VIFM/vifmrc</code>). |
==== Skipping load of configuration files ==== | ==== Skipping load of configuration files ==== |