LoginSignup
4
4

More than 5 years have passed since last update.

Bash設定

Last updated at Posted at 2014-10-07

必須

この設定だけはないと困る、初めての環境で設定できるようにここにも公開しておく。

~/.inputrc
$if Bash
  C-p: history-search-backward
  C-n: history-search-forward
$endif

反映

$ bind -f ~/.inputrc
4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4