1
1
mirror of https://github.com/jarun/nnn.git synced 2024-07-14 16:20:23 +03:00

Merge pull request #1778 from 7ocb/set-PWD-to-current-path

Set PWD environment variable
This commit is contained in:
Arun 2023-12-08 19:38:46 +05:30 committed by GitHub
commit 5595d93d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6835,6 +6835,8 @@ begin:
setdirwatch();
}
setenv("PWD", path, TRUE);
#ifndef NOX11
xterm_cfg(path);
#endif