How to install emoji in termux.
Install Emoji Prompt Termux:
we are on the subject of customizing terminal one of the unique thing that we can do is add an emoji prompts. With emoji prompt, you can add colourful emojis in your black and white terminal. This is a really complicated process but to make it simpler I will give you only two commands that will instantly enable the emoji prompt in your termux 🤘.
What is Termux Emoji Prompt?
Whenever you use any terminal you see a dollar sign ($) and after that dollar sign you can type whatever you want and press enter to execute it. That dollar sign is called as prompt or PS1. Termux emoji prompt is a basic script that will help you to add random emoji every time you execute any command.
![]() |
How to install Termux Emoji Prompt:
Open your termux and follow my given steps,these are Just simple copy and paste command that will only take few seconds to
execut.
Step 1:
$ curl -fLo emoji.txt https://github.com/khansaad1275/learntermux.tech/blob/main/emoji.txt?raw=true
"To download the script from my GitHub repo to your termux you need to use a curl command. This below command will download a simple text file and the file size is very light, so it will be done in few seconds. just copy and paste my command."
Step 2:
$ ls
"ls is a simple command it is show your download file you just type or copy and paste this command"
Step 3:
$ cat emoji.txt >> "/data/data/com.termux/files/usr/etc/bash.bashrc" && rm emoji.txt
"After downloading the Emoji.txt file from GitHub, we have to install this file into bash.bashrc file. The installation is simple, we just have to write the entire Emoji.txt file to the end of bashrc file of the termux. For that, we will use cat command, copy and paste the below command to perform the installation."
Now if you don't show any error than restart /open a new terminal.
Final Look:-
you can see that how good it looks.....
If you want to uninstall the Emoji prompt, then you have to go into bash.bashrc file and delete the code of the Emoji prompt. Also, emoji prompt alone can look raw, you can add Neofetch to make it more appealing.
If you see pratical video click this link:-
https://youtube.com/shorts/9f4gzdianbk?feature=share
Comments
Post a Comment