Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. clear
  2. black='\e[0;30m'
  3. blue='\e[0;34m'
  4. green='\e[0;32m'
  5. cyan='\e[0;36m'
  6. red='\e[0;31m'
  7. purple='\e[0;35m'
  8. brown='\e[0;33m'
  9. lightgray='\e[0;37m'
  10. darkgray='\e[1;30m'
  11. lightblue='\e[1;34m'
  12. lightgreen='\e[1;32m'
  13. lightcyan='\e[1;36m'
  14. lightred='\e[1;31m'
  15. lightpurple='\e[1;35m'
  16. yellow='\e[1;33m'
  17. white='\e[1;37m'
  18. nc='\e[0m'
  19. echo
  20. echo -e 'Kernel Information: \t\e[1;31m' Linux 4.4.22+ aarch64
  21. echo
  22. echo -e '\e[1;31m' 'Rony Silvaniey'
  23. echo
  24. command_not_found_handle() {
  25. /data/data/com.termux/files/usr/libexec/termux/command-not-found
  26. }
  27.  
  28. PS1='\033[01;34m\]┌──\[\033[01;32m\]Root\[\033[01;34m\]@\[\033[01;31m\]RonyAR\[\033[00;34m\]\[\
  29. 033[01;34m\]\w\[\033[00;34m\]\[\033[01;32m\]: \[\033[01;34m\]└╼\[\033[01;31m\]#\[\033[01;32m\]'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement