ฉันพยายามกำหนดนามแฝงบางอย่างเพื่อใช้งานเทอร์มินัลประจำวันของฉัน ฉันเริ่มด้วยบทช่วยสอนนี้: วิธีกำหนดนามแฝงในเทอร์มินัลอย่างถาวรยิ่งขึ้นด้วยความคิดเห็นของไมค์
ในขณะที่เขาแนะนำให้ผมสร้าง.bashrc
ไฟล์และ symlinked .bash_profile
และ.profile
มัน
นามแฝงสองตัวที่ฉันสร้างขึ้น.bashrc
มีดังนี้:
alias showFiles= ‘defaults write com.apple.finder AppleShowAllFiles TRUE; killall Finder’
alias hideFiles= ‘defaults write com.apple.finder AppleShowAllFiles FALSE; killall Finder’
ตอนนี้ฉันมีปัญหาเมื่อฉันเปิดหน้าต่าง bash ใหม่ใน Terminal ฉันได้รับข้อความแสดงข้อผิดพลาดนี้:
-bash: alias: ‘defaults: not found
-bash: alias: write: not found
-bash: alias: com.apple.finder: not found
-bash: alias: AppleShowAllFiles: not found
-bash: alias: TRUE: not found
No matching processes belonging to you were found
-bash: alias: ‘defaults: not found
-bash: alias: write: not found
-bash: alias: com.apple.finder: not found
-bash: alias: AppleShowAllFiles: not found
-bash: alias: FALSE: not found
No matching processes belonging to you were found
ใครช่วยกรุณาอธิบายว่าทำไมฉันได้รับข้อผิดพลาดนี้และ / หรือวิธีการแก้ไขได้หรือไม่