snippetbashTip
bash-it — A collection of community contributed Bash commands and scripts for Bash 3.2+. More information: <ht
Viewed 0 times
commandcommandscollectionbash-itclicommunitycontributedbash
Problem
How to use the
bash-it command: A collection of community contributed Bash commands and scripts for Bash 3.2+. More information: <https://bash-it.readthedocs.io/en/latest/>.Solution
bash-it — A collection of community contributed Bash commands and scripts for Bash 3.2+. More information: <https://bash-it.readthedocs.io/en/latest/>.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 reloadRestart Bash:
bash-it restartReload Bash profile with enabled error and warning logging:
bash-it doctorReload 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}}Code Snippets
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 reloadRestart Bash
bash-it restartReload Bash profile with enabled error and warning logging
bash-it doctorReload Bash profile with enabled error/warning/entire logging
bash-it doctor {{errors|warnings|all}}Context
tldr-pages: common/bash-it
Revisions (0)
No revisions yet.