Skip to content

Instantly share code, notes, and snippets.

@Mintedshrimp
Last active August 12, 2024 11:18
Show Gist options
  • Save Mintedshrimp/196bac2989cbe806659e42dae460b7e4 to your computer and use it in GitHub Desktop.
Save Mintedshrimp/196bac2989cbe806659e42dae460b7e4 to your computer and use it in GitHub Desktop.
Change the look of termux:RGB
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
@Mintedshrimp
Copy link
Author

Mintedshrimp commented Aug 12, 2024

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 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment