diff --git a/env/sh/bashrc b/env/sh/bashrc index 248c828..c6dd450 100644 --- a/env/sh/bashrc +++ b/env/sh/bashrc @@ -179,4 +179,5 @@ if [ -t 0 ]; then # except we still want some things to work the old fashioned way bind '"\C-p": history-search-backward' + bind '"\C-n": history-search-forward' fi