Last active
August 12, 2024 11:18
-
-
Save Mintedshrimp/196bac2989cbe806659e42dae460b7e4 to your computer and use it in GitHub Desktop.
Change the look of termux:RGB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "export PS1='\[\e[38;2;0;255;0m\]βββ \[\e[38;2;255;59;0m\]Termux@Home\[\e[38;2;255;255;0m\] π\[\e[38;2;0;255;0m\] ββββ|\[\e[38;2;255;181;127m\]πͺ\[\e[38;2;0;255;0m\]|[\[\e[38;2;255;255;0m\]β£\[\e[38;2;0;255;0m\]]\[\n\[\e[38;2;0;255;0m\]β°βββββββ \[\e[38;2;52;48;54m\]βΎ\[\e[38;2;0;145;145m\]β\[\e[38;2;102;47;95m\]'" ~/.bashrc && source ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Last 3 numbers are RGB e.g. 0=Red;255=Green;0 next to m is Blue. This is my second version of Change look of termux.I used unicode to make this. Enjoy π