Skip to content

Instantly share code, notes, and snippets.

@tilpner
Created April 1, 2020 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tilpner/7397beafe56afd43d04aaf4cce52946b to your computer and use it in GitHub Desktop.
Save tilpner/7397beafe56afd43d04aaf4cce52946b to your computer and use it in GitHub Desktop.
## change inputrc history behavior
environment.etc.inputrc.text = ''
${builtins.readFile "${path}/nixos/modules/programs/bash/inputrc"}
"\e[5~": history-search-backward
"\e[6~": history-search-forward
'';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment