View difference between Paste ID: HJaKvU2x and JDkxun4k
SHOW: | | - or go back to the newest paste.
1
cd ~
2
 
3
    nano .bashrc
4
5
6
echo "if [ -x /data/data/com.termux/files/usr/libexec/termux/command-not-found ]; then
7
         command_not_found_handle() {
8
                 /data/data/com.termux/files/usr/libexec/termux/command-not-found "$1"
9
         }
10
 fi
11
 
12
 PS1='\[\e[94m\]┌─[\[\e[93m\]\@\[\e[94m\]]─────\e[94m[\[\e[0;91m\]\D{%b %d, %Y}\e[94m\]]\e[94m└─[\[\e[31m\]\e[0;96m\W\[\e[94m\]]────►\e[1;92m'" > /data/data/com.termux/files/usr/etc/bash.bashrc
13
14
15
source ~/.bashrc
16
 
17
 
18
termux-reload-settings
19
 
20
 
21
exit