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

📄 .bashrc

📁 山寨手机用的
💻 BASHRC
字号:
# Begin ~/.bashrc# Written for Beyond Linux From Scratch# by James Robertson <jameswrobertson@earthlink.net># Personal aliases and functions.# Personal environment variables and startup programs should go in# ~/.bash_profile.  System wide environment variables and startup# programs are in /etc/profile.  System wide aliases and functions are# in /etc/bashrc.if [ -f "/etc/bashrc" ] ; then  source /etc/bashrcfi# End ~/.bashrc

⌨️ 快捷键说明

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