⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bash_profile

📁 linux下bash的源码
💻
字号:
# Startup file for bash login shells.#default_dir=/usr/local/lib/if [ "$PS1" ]; then  PS1='\u@\h(\#)$ '  ignoreeof=3fiLOGIN_SHELL=true# If the user has her own init file, then use that one, else use the# canonical one.if [ -f ~/.bashrc ]; then  source ~/.bashrcelse if [ -f ${default_dir}Bashrc ]; then  source ${default_dir}Bashrc;  fifi

⌨️ 快捷键说明

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