Compare commits

..

No commits in common. "e6ed7da3959d67267d349ec1602f636ce76ad9f7" and "579e4c9a34b98059530f08133b77f4ab44a60e91" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -91,8 +91,6 @@ bar 16 255 ul
cwd bold
input
....
Filename colors are taken from the `LS_COLORS` environment variable.
Run 'dircolors' to get some defaults.
Similar software
----------------

View File

@ -1430,9 +1430,7 @@ int main (int argc, char *argv[]) {
if (g.cwd != g.start_dir && !g.no_chdir)
cout << "local cd=" << shell_escape (g.cwd) << endl;
else
cout << "local cd=" << endl;
cout << "local insert=" << shell_escape (g.chosen) << endl;
if (!g.chosen.empty ())
cout << "local insert=" << shell_escape (g.chosen) << endl;
return 0;
}