RebelRose

termux .bashrc examples

Feb 25th, 2025
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. cd ~
  2.  
  3.  
  4.  
  5. nano .bashrc
  6.  
  7.  
  8.  
  9.  
  10. PS1='\[\033[1;91m\]\D{%b-%d-%Y} \[\033[1;93m\]\@
  11. \[\033[1;95m\]JACK \[\033[1;94m\]\w\[\033[1;96m\] \#\[\033[1;92m\]:#\[\e[1;92m\] '
  12.  
  13.  
  14. PS1='\[\033[1;91m\]\D{%b-%d-%Y} \[\033[1;93m\]\@
  15. \[\033[1;95m\]JACK \[\033[1;94m\]\w\[\033[1;97m\] \#\[\033[1;97m\]:#\[\e[1;92m\] '
  16.  
  17.  
  18. PS1='\[\033[1;91m\]\D{%b-%d-%Y} \[\033[1;93m\]\@
  19. \[\033[1;95m\]JACK \[\033[1;94m\]\w\[\033[1;97m\] \#\[\e[1;92m\] '
  20.  
  21.  
  22. PS1='\[\033[1;91m\]\D{%b-%d-%Y} \[\033[1;93m\]\@
  23. \[\033[1;94m\]\w\[\033[1;97m\] \#\[\e[1;92m\] '
  24.  
  25.  
  26. PS1='\[\033[1;34m\]\w\[\033[0;97m\] \#\[\e[0;32m\] '
  27.  
  28.  
  29. source ~/.bashrc
  30.  
  31.  
  32. termux-reload-settings
  33.  
Add Comment
Please, Sign In to add comment