Advertisement
P22DX

bash.bashrc

Jan 23rd, 2018
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.91 KB | None | 0 0
  1. command_not_found_handle() {
  2.     /data/data/com.termux/files/usr/libexec/termux/command-not-found "$1"
  3. }
  4. cls() {
  5. clear
  6. history -c
  7. echo "
  8.          ▄
  9.        ▄▐ ▄▄█████▄▄
  10.      ▄█████████████▄▀▄▄ ▄▄▄
  11.     █████████████████▄██████
  12.    ████▐█████▌████████▌█████▌
  13.   ████▌█████▌█░████████▐▀██▀
  14. ▄█████░█████▌░█░▀██████▌█▄▄▀▄
  15. ▌███▌█░▐███▌▌░░▄▄░▌█▌███▐███ ▀
  16. ▐ ▐██░░▄▄▐▀█░░░▐▄█▀▌█▐███▐█
  17.  ███░▌▄█▌░░▀░░▀██░░▀██████▌
  18.   ▀█▌▀██▀░▄░░░░░░░░░███▐███
  19.    ██▌░░░░░░░░░░░░░▐███████▌
  20.    ███░░░░░▀█▀░░░░░▐██▐███▀▌
  21.    ▌█▌█▄░░░░░░░░░▄▄████▀ ▀
  22.      █▀██▄▄▄░▄▄▀▀▒█▀█ ▀
  23.         ▀ ▀█▀▌▒▒▒░▐▄▄
  24.        ▄▄▀▀▄░░░░░░▄▀░▀▀▄▄
  25.      ▄▀░▄▀▄░▌░░░▄▀░░░░░░▄▀▀▄
  26.     ▐▒▄▀▄▀░▌▀▄▄▀░░░░░░▄▀▒▒▒▐
  27.    ▐▒▒▌▀▄░░░░░▌░░░░▄▄▀▒▐▒▒▒▒▌
  28.   ▐▒▒▐░▌░▀▄░░▄▀▀▄▀▀▒▌▒▐▒▒▒▒▐▐
  29.   ▌▄▀░░░▄▀░█▀▒▒▒▒▀▄▒▌▐▒▒▒▒▒▌▌
  30.  ▄▀▒▐░▄▀░░░▌▒▐▒▐▒▒▒▌▀▒▒▒▒▒▐▒▌"
  31. }
  32. phps() {
  33. php -S 127.0.0.1:8080 -t /sdcard/home
  34. }
  35. PS1='\[\033[1;31m\]root@backbox\[\033[0m\]:\w# '
  36. cls
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement