In this blog, we are going to add emojis to termux prompt and chang the look of Termux with our Termux Customization Playlist on YouTube. Different - different emojis on termux prompt looks beautiful and interesting.
What is Termux Emoji Prompt?
As you have seen that whenever you use any command in termux app, there is $ sign at starting of every command. When you use and execute Termux Emoji Terminal then you will see different - different emojis at the starting of your termux prompt which looks very asthetic and beautiful.
This tool will not add any extra functionality or change the behaviour of termux.
Termux Emoji Prompt is a simple script which adds different - different emojis when you enter any command and helps to helps to give Asthetic look to termux and termux prompt with custom banner.
How to Download Termux Emoji Prompt?
Termux Emoji Prompt script need to be downloaded with download button given below. Button is locked with Safelink URL and you have to unlock it with some simple clicks.
Note: Termux Emoji Prompt Script is locked by Safelink URL and needs to be unlocked ๐.
Important Message
- Termux Emoji Prompt script will be downloaded and stored in download folder of your device.
- Sometimes, it is hard to find Termux Emoji Prompt customization script because there are lots of files already present in download folder.
- That's the reason you need to move or cut and paste Termux Emoji Prompt script to any another folder.
- I have moved Termux Emoji Prompt script to my device's internal storage.
How to Install Emoji Prompt in Termux?
Installing Termux Emoji Prompt is a big but simple process let's break it in simple steps. Just follow below steps to install Emoji Prompt in Termux.
1. Update and Upgrade
apt update && apt upgrade -y
Above command is used to update and upgrade termux repositories which are already present in Termux. This helps to termux to update itself by checking and downloading new version of any version if it is.
2. Give Storage Permission
termux-setup-storage
Above command is used to give storage permission to termux via showing pop - up with Allow and Deny option. You need to Allow.
3. Copy Emoji Prompt Script
As I mentioned above I have stored Termux Emoji Prompt script in my internal storage so I will copy it from my internal storage to termux home screen.
cp /sdcard/emoji-prompt-script $HOME
Above command will copy Termux Emoji Prompt script from internal storage to termux home screen.
4. Make System File
Now we are going to make Termux Emoji Prompt script to termux system file.
mv emoji-prompt-script .bashrc
Above command will make Termux Emoji Prompt script a system file and now our process is completed.
5. Reload Session
The final step is to reload termux session. You can do this when you open a new termux session or terminal session or entering below command.
termux-reload-settings
Above command will reload termux settings and all required steps are completed and you are ready to use Emoji Prompt in Termux.
Conclusion
We have seen that how can we add custom emoji prompt in Termux which gives asthetic look to termux without changing it's behaviour or anything in Termux. That might be a great step towards the customization of Termux and give it a professional look.
