diff --git a/README.md b/README.md index 7225a62..9c1d9af 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Git: For version control and collaboration. 3. Once both apks are installed, copy the script below to begin the installation. Make sure you allow termux storage permissions when it prompts you. ``` -apt update && apt upgrade -o Dpkg::Options::="--force-confnew" -y && termux-setup-storage && sleep 5 && apt update && apt install git -y && git clone https://github.com/OvalRaptor/VSCodeOnAndroid.git && cd VSCodeOnAndroid && chmod +x install.sh && ./install.sh +apt update && apt upgrade -o Dpkg::Options::="--force-confnew" -y && termux-setup-storage && sleep 5 && apt update && apt install git -y && git clone https://github.com/Aakashraj24/VSCodeOnAndroid.git && cd VSCodeOnAndroid && chmod +x install.sh && ./install.sh ``` diff --git a/bash.bashrc b/bash.bashrc index 4f81475..d0a79f9 100644 --- a/bash.bashrc +++ b/bash.bashrc @@ -11,7 +11,7 @@ # User name #change your user name here -user_name="VSCode" +user_name="Aakash_Rajbhar" # Default editor editor="nano" @@ -69,7 +69,7 @@ end_cr="37" #color of prompt end dir_cr="36" #color of current directory PS1='\[\033[0;${bar_cr}m\]┌──(\[\033[1;${name_cr}m\]${user_name}${sym}\h\[\033[0;${bar_cr}m\])-[\[\033[0;${dir_cr}m\]\w\[\033[0;${bar_cr}m\]] -\[\033[0;${bar_cr}m\]└─\[\033[1;${end_cr}m\]\$\[\033[0m\] ' +\[\033[0;${bar_cr}m\]└─\[\033[1;${end_cr}m\]=>\[\033[0m\] ' #### Aliases ########################## @@ -175,13 +175,4 @@ n() echo -e "\033[34m" clear -echo '██╗░░░██╗░██████╗░█████╗░░█████╗░██████╗░███████╗' -echo '██║░░░██║██╔════╝██╔══██╗██╔══██╗██╔══██╗██╔════╝' -echo '╚██╗░██╔╝╚█████╗░██║░░╚═╝██║░░██║██║░░██║█████╗░░' -echo '░╚████╔╝░░╚═══██╗██║░░██╗██║░░██║██║░░██║██╔══╝░░' -echo '░░╚██╔╝░░██████╔╝╚█████╔╝╚█████╔╝██████╔╝███████╗' -echo '░░░╚═╝░░░╚═════╝░░╚════╝░░╚════╝░╚═════╝░╚══════╝' -echo -echo -echo echo -e "\033[0m"