This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Exports Bash-it components as a series of 'enable' commands. | |
# The output can be saved to a file and sourced as needed to re-enable components. | |
# A 'disable all' statement is present for each component, but commented by default. | |
source "${BASH_IT:?"variable not defined"}"/bash_it.sh | |
components=( alias plugin completion ) |