In this post, I will show you how to permanently delete the original text from termux and insert the Android Logo and your mobile details into the start windows.


How to Delete Original Termux Text


Whenever we turn on termux or start a new session on termux we see some text that automatically comes to termux. If you want to delete that text you can use the steps below.


Step 1 :-  Install Nano The text editor for termux.we will use nano to edit the termux autorun file (bashrc).

pkg install nano



Step 2 :-  Convert the directory to a folder, etc.

cd /data/data/com.termux/files/usr/etc


Step 3 :-  Edit bash.bashrc file for use nano text editor tool.

nano bash.bashrc



Step 4 :-  Move the cursor to the end of the line and type Clear.

Press CTRL + X.

Press y and then press ENTER.


Step 5 :-  Restart the termux or open a new session and that Text will be gone because whenever we start a new session a clear command will be executed and You will see the Screen Screen.


How to add Cool Devices info Header to Termux:

If you want to include a header as the image below where you will see the system configuration and logo for Android whenever you open a new session on termux, Follow these steps below.



Step 1 :-  Install Nano The text editor for termux.we will use nano to edit the termux autorun file (bashrc).

Add the ScreenFetch we will use to print the title.

pkg install screenfetch


Step 2 :-  Convert the directory to a folder, etc.

cd /data/data/com.termux/files/usr/etc

Step 3 :-  Edit bash.bashrc file for use nano text editor tool.

nano bash.bashrc


Step 4 :- 

   1. Move the cursor to the end of the line and type clear.

   2. Press Enter and type screenfetch

   3. Press CTRL + X

   4. Press y and then press ENTER.

screenfetch


Step 5 :-  Restart termux or open a new session and you will be able to see Android Logo and other texts in the Themes theme.


Add Only Device Info - Remove Android Logo



Step 1 :-  Install Nano The text editor for termux.we will use nano to edit the termux autorun file (bashrc).

Add the Neofetch we will use to print the title.

pkg install neofetch

Step 2 :-  Convert the directory to a folder, etc.

cd /data/data/com.termux/files/usr/etc

Step 3 :-  Edit bash.bashrc file for use nano text editor tool.

nano bash.bashrc


Step 4 :- 

   1. Move the cursor to the end of the line and type clear.

   2. Press Enter and type neofetch --off

   3. Press CTRL + X

   4. Press y and then press ENTER.

neofetch --off