Skip to content

Commit

Permalink
Make cd-on-quit work with Ctrl-D
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-arch committed Jun 22, 2024
1 parent 02d4c67 commit a23285b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keybinds.c
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@ rl_quit(int count, int key)
if (kbind_busy == 1)
return FUNC_SUCCESS;

conf.cd_on_quit = 0;
// conf.cd_on_quit = 0;
puts("\n");

/* Reset terminal attributes before exiting. */
Expand Down

0 comments on commit a23285b

Please sign in to comment.