mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 16:12:26 +01:00
Fix some :cd problems. Remove special treatement of ,, in 'cdpath'.
This commit is contained in:
@@ -2046,7 +2046,7 @@ const Dactyl = Module("dactyl", {
|
||||
}
|
||||
|
||||
if (options["exrc"] && !dactyl.commandLineOptions.rcFile) {
|
||||
let localRCFile = io.getRCFile(io.getCurrentDirectory().path);
|
||||
let localRCFile = io.getRCFile(io.cwd);
|
||||
if (localRCFile && !localRCFile.equals(rcFile))
|
||||
io.source(localRCFile.path, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user