📄 example13.07
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -