Open mvk opened 9 months ago
install.sh
uninstall.sh
README.md
CONFIG_FILE
BASH_IT_CONFIG_FILE
install.sh/uninstall.sh
this allows not touching user's bash config file, making it easier to detect regressions or compare 2 config files.
the change is pretty trivial, ran BASH_IT_CONFIG_FILE=.bashrc_bash_it ./install.sh resulted in created fle, bashrc untouched.
BASH_IT_CONFIG_FILE=.bashrc_bash_it ./install.sh
linux: rhel7, ubuntu 22, mac.
doubt there are any other side-effects, please review though.
clean_files.txt
lint_clean_files.sh
install.sh
/uninstall.sh
README.md
Description
CONFIG_FILE
ifBASH_IT_CONFIG_FILE
is passed toinstall.sh/uninstall.sh
Motivation and Context
this allows not touching user's bash config file, making it easier to detect regressions or compare 2 config files.
2241
How Has This Been Tested?
the change is pretty trivial, ran
BASH_IT_CONFIG_FILE=.bashrc_bash_it ./install.sh
resulted in created fle, bashrc untouched.linux: rhel7, ubuntu 22, mac.
doubt there are any other side-effects, please review though.
Screenshots (if appropriate):
Types of changes
Checklist:
clean_files.txt
and formatted it usinglint_clean_files.sh
.