example13.07

来自「UNIX[1].shell范例精解(第4版)_code」· 07 代码 · 共 11 行

07
11
字号
# Systemwide functions and aliases# Environment stuff goes in /etc/profile	# For some unknown reason bash refuses to inherit# PS1 in some circumstances that I can't figure out.# Putting PS1 here ensures that it gets loaded every time.PS1="[\u@\h \W]\\$ "alias which="type -path"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?