Linux command
bash-it 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Enable
bash-it enable plugin [git]
Disable
bash-it disable plugin [git]
Enable
bash-it enable alias [git]
Show
bash-it show plugins
Search
bash-it search [docker]
Update
bash-it update
说明
bash-it is a collection of community bash commands and scripts for bash 3.2+. It provides a framework for managing bash aliases, completions, plugins, and themes, similar to oh-my-zsh but for bash. The tool helps organize and enable/disable bash customizations modularly.
参数
- enable _type_ _name_
- Enable alias, plugin, or completion
- disable _type_ _name_
- Disable alias, plugin, or completion
- show _type_
- Show available or enabled items
- search _term_
- Search for components
- update
- Update Bash-it framework
- reload
- Reload bash profile.
- doctor
- Run diagnostics.
- help _type_
- Show help for installed aliases, plugins, or completions.
- migrate
- Migrate Bash-it structure to the latest version.
- profile
- Manage Bash-it profiles.
FAQ
What is the bash-it command used for?
bash-it is a collection of community bash commands and scripts for bash 3.2+. It provides a framework for managing bash aliases, completions, plugins, and themes, similar to oh-my-zsh but for bash. The tool helps organize and enable/disable bash customizations modularly.
How do I run a basic bash-it example?
Run `bash-it enable plugin [git]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does enable _type_ _name_ do in bash-it?
Enable alias, plugin, or completion