Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/far2l
diff options
context:
space:
mode:
authorelfmz <fenix1905@tut.by>2022-09-14 22:29:36 +0300
committerelfmz <fenix1905@tut.by>2022-09-14 22:29:36 +0300
commit2a6a244412371cc154c90d1965115c7214a91582 (patch)
tree12156061eb758eeecd72741a06dc56aaeb03d08a /far2l
parent81368c452c6cc5ae4a02608f0d26cda903a8531a (diff)
honor XDG_CACHE_HOME and XDG_CONFIG_HOME in config/histories pathes (fix #1357)
Diffstat (limited to 'far2l')
-rw-r--r--far2l/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/far2l/src/main.cpp b/far2l/src/main.cpp
index e446b910..7c2bb20d 100644
--- a/far2l/src/main.cpp
+++ b/far2l/src/main.cpp
@@ -780,6 +780,7 @@ static void SetCustomSettings(const char *arg)
if (!refined.empty()) {
// could use FARPROFILE/FARLOCALPROFILE for that but it would be abusing
setenv("FARSETTINGS", refined.c_str(), 1);
+ InMyPathChanged();
}
}