moved from copying the settings to using them in place
This commit is contained in:
parent
6179e8d809
commit
ee267c0c50
@ -35,9 +35,7 @@ _bash_overrides() {
|
|||||||
|
|
||||||
_bashrc_ref() {
|
_bashrc_ref() {
|
||||||
echo "#REF:bashrc_overrides:REF" >> ~/.bashrc
|
echo "#REF:bashrc_overrides:REF" >> ~/.bashrc
|
||||||
echo "if [ -f ~/.bashrc_overrides/_all ]; then" >> ~/.bashrc
|
echo ". ${THIS}/bashrc_overrides/_all" >> ~/.bashrc
|
||||||
echo " . ~/.bashrc_overrides/_all" >> ~/.bashrc
|
|
||||||
echo "fi" >> ~/.bashrc
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_main() {
|
_main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user