shell配置檔案

daduryi發表於2017-04-11

個人配置主要集中在~/.profile檔案中

開啟新的互動式shell時,配置檔案的執行順序是/etc/profile  /etc/bashrc  ~/.profile   最後是~/.bashrc

環境變數——可以互動設定,最好在~/.bashrc檔案中設定

PS1提示符——\s-\v\$

PATH——

與工具有關的變數——

less別名——

cp、rm和mv別名——

ls別名——

修改歷史命令列——

shell輸入設定:(/etc/inputrc)

[lixn@Fedora24 ~]$ cat .inputrc 
set completion-ignore-case on
set bell-style visible

wget代理(~/.wgetrc或者/etc/wgetrc)~/.wgetrc檔案必須設定成0600,否則程式不去認它!

 

相關文章