Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前,我可以通过执行stty -ixon.
stty -ixon
不幸的是,这不是永久性的。每次启动时我都需要设置此选项xterm。
xterm
是否有可以编辑的文件可以记住我的设置并在重新启动和重新启动时保持永久状态?
学分转到小灵通。将 .bashrc 符号链接到 .profile 确实有效。哇,我以为 bash 默认会读取 .profile 。
谢谢博士。