From f9dd1e3c415a5ccd11f30e1b812ec715427db5d8 Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Mon, 27 Jun 2022 08:08:55 +1000 Subject: [PATCH] bash-it: add page (#7752) --- pages/common/bash-it.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/common/bash-it.md diff --git a/pages/common/bash-it.md b/pages/common/bash-it.md new file mode 100644 index 0000000000..0bd9cada0d --- /dev/null +++ b/pages/common/bash-it.md @@ -0,0 +1,32 @@ +# bash-it + +> A collection of community contributed Bash commands and scripts for Bash 3.2+. +> More information: . + +- Update Bash-it to the latest stable/development version: + +`bash-it update {{stable|dev}}` + +- Reload Bash profile (set `BASH_IT_AUTOMATIC_RELOAD_AFTER_CONFIG_CHANGE` to non-empty value for an automatic reload): + +`bash-it reload` + +- Restart Bash: + +`bash-it restart` + +- Reload Bash profile with enabled error and warning logging: + +`bash-it doctor` + +- Reload Bash profile with enabled error/warning/entire logging: + +`bash-it doctor {{errors|warnings|all}}` + +- Search for Bash-it aliases/plugins/completions: + +`bash-it search {{alias|plugin|completion}}` + +- Search for Bash-it aliases/plugins/completions and enable/disable all found items: + +`bash-it search --{{enable|disable}} {{alias|plugin|completion}}`