echo 'set completion-ignore-case On' >> ~/.inputrc
あるいは
echo "bind 'set completion-ignore-case on'" >> ~/.bashrc
Raspberry Pi OS 10.4 で検証
参考: Can I make Tab auto-completion case-insensitive in Bash?
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
echo 'set completion-ignore-case On' >> ~/.inputrc
あるいは
echo "bind 'set completion-ignore-case on'" >> ~/.bashrc
Raspberry Pi OS 10.4 で検証
参考: Can I make Tab auto-completion case-insensitive in Bash?
Register as a new user and use Qiita more conveniently
Go to list of users who liked