Linux功能优化

命令行美化

oh-my-posh

历史记录补全

修改文件 /etc/inputrc 将下方两条取消注释即可。

1
2
3
# alternate mappings for "page up" and "page down" to search the history
# "\e[5~": history-search-backward
# "\e[6~": history-search-forward