fixed typo, updated variable fancyfy
This commit is contained in:
parent
4833a0a72e
commit
ab8821aa4c
@ -7,6 +7,6 @@ for source in colored_commands \
|
|||||||
ls_aliases \
|
ls_aliases \
|
||||||
safety_aliases \
|
safety_aliases \
|
||||||
terminal_colors \
|
terminal_colors \
|
||||||
${TERMINAL_FANCIFY}; do
|
terminal_fancyfying_${TERMINAL_FANCYFY}; do
|
||||||
. "$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/$source"
|
. "$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/$source"
|
||||||
done
|
done
|
||||||
|
@ -43,7 +43,7 @@ _delete() {
|
|||||||
|
|
||||||
_bashrc_ref() {
|
_bashrc_ref() {
|
||||||
echo "#REF:bashrc_overrides:REF" >> ~/.bashrc
|
echo "#REF:bashrc_overrides:REF" >> ~/.bashrc
|
||||||
echo "export TERMINAL_FANCIFY=terminal_fancyfying" >> ~/.bashrc
|
echo "export TERMINAL_FANCYFY=client" >> ~/.bashrc
|
||||||
echo ". ${THIS}/bashrc_overrides/_all" >> ~/.bashrc
|
echo ". ${THIS}/bashrc_overrides/_all" >> ~/.bashrc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user