fixed logic error
This commit is contained in:
parent
5c9c7cf7f3
commit
d0af96b546
|
|
@ -7,10 +7,6 @@
|
||||||
# Define the content to append to .bashrc
|
# Define the content to append to .bashrc
|
||||||
cat <<EOF >> ~/.bashrc
|
cat <<EOF >> ~/.bashrc
|
||||||
|
|
||||||
# Custom configurations added by script
|
|
||||||
export PATH=\$PATH:/custom/path
|
|
||||||
alias ll
|
|
||||||
|
|
||||||
# Additional ASCII art and warning
|
# Additional ASCII art and warning
|
||||||
echo '. . , . . . '
|
echo '. . , . . . '
|
||||||
echo '|\/| _ ._ _ _ ._ -+-. .._ _ | | _ ._.;_/ __'
|
echo '|\/| _ ._ _ _ ._ -+-. .._ _ | | _ ._.;_/ __'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue