配置別名
配置指令簡寫。
本頁介紹一個別名群組及其常用指令捷徑。 請先閱讀以了解命名慣例、預期輸入和安全執行模式。 然後開啟參考附錄查看完整指令清單和精確語法。 這些別名減少重複輸入,並在 macOS、Linux 和 WSL 上保持一致的工作流程。
使用時機
在需要可預測指令模式的日常 Shell 工作前使用本頁。
包含內容
- 別名數:11
- 輔助函式:0
- 來源檔案:1
快速範例
dot→$HOME/.local/bin/doteddot→${EDITOR} $HOME/.dotfilesedit_bash_profile→${EDITOR} $HOME/.bash_profileedit_bashrc→${EDITOR} $HOME/.bashrcedit_current_directory→${EDITOR} .edit_docker_compose→${EDITOR} docker-compose.ymledit_git_config→${EDITOR} $HOME/.gitconfigedit_git_ignore→${EDITOR} $HOME/.gitignoreedit_ssh_config→${EDITOR} $HOME/.ssh/configedit_zsh_profile→${EDITOR} $HOME/.zsh_profileedit_zshrc→${EDITOR} $HOME/.zshrc
下一步
開啟完整列表: