Compare commits
No commits in common. "e6ed7da3959d67267d349ec1602f636ce76ad9f7" and "579e4c9a34b98059530f08133b77f4ab44a60e91" have entirely different histories.
e6ed7da395
...
579e4c9a34
@ -91,8 +91,6 @@ bar 16 255 ul
|
|||||||
cwd bold
|
cwd bold
|
||||||
input
|
input
|
||||||
....
|
....
|
||||||
Filename colors are taken from the `LS_COLORS` environment variable.
|
|
||||||
Run 'dircolors' to get some defaults.
|
|
||||||
|
|
||||||
Similar software
|
Similar software
|
||||||
----------------
|
----------------
|
||||||
|
4
sdn.cpp
4
sdn.cpp
@ -1430,9 +1430,7 @@ int main (int argc, char *argv[]) {
|
|||||||
|
|
||||||
if (g.cwd != g.start_dir && !g.no_chdir)
|
if (g.cwd != g.start_dir && !g.no_chdir)
|
||||||
cout << "local cd=" << shell_escape (g.cwd) << endl;
|
cout << "local cd=" << shell_escape (g.cwd) << endl;
|
||||||
else
|
if (!g.chosen.empty ())
|
||||||
cout << "local cd=" << endl;
|
|
||||||
|
|
||||||
cout << "local insert=" << shell_escape (g.chosen) << endl;
|
cout << "local insert=" << shell_escape (g.chosen) << endl;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user