ฉันรู้ว่าคุณสามารถมี.profile
หรือ.bashrc
ไฟล์ในโฟลเดอร์บ้านของคุณเพื่อกำหนด Mac OS X 10.6.4 เริ่มต้นทุบตีเทอร์มินัล
ทุกครั้งที่ฉันเปิด Terminal จะมีบรรทัดที่บอกฉันว่า "คุณมีอีเมลแล้ว" ฉันพยายามค้นหาว่าบรรทัดนี้ระบุไว้ที่ไหนในไฟล์เริ่มต้นของฉัน แต่ไม่สามารถค้นหา. bash หรือ.profile
หรือ.bashrc
ในโฟลเดอร์บ้านของฉัน
ฉันยังอ่านด้วยว่าไฟล์การตั้งค่าส่วนกลางนั้นอยู่ใน/etc/profile
และ/etc/bashrc
แต่พวกเขาดูเหมือนจะไม่บอกอะไรเลย:
/ etc / รายละเอียด
# System-wide .profile for sh(1)
if [ -x /usr/libexec/path_helper ]; then
eval `/usr/libexec/path_helper -s`
fi
if [ "${BASH-no}" != "no" ]; then
[ -r /etc/bashrc ] && . /etc/bashrc
fi
/ etc / bashrc
# System-wide .bashrc file for interactive bash(1) shells.
if [ -z "$PS1" ]; then
return
fi
PS1='\h:\W \u\$ '
# Make bash check its window size after a process completes
shopt -s checkwinsize
BTW ไม่มี /etc/bash
ความคิดใด ๆ ขอบคุณ!