From 92034e49a5803b4c72703b61180161a32f880d45 Mon Sep 17 00:00:00 2001 From: Aakashraj24 <129396513+Aakashraj24@users.noreply.github.com> Date: Sun, 29 Dec 2024 04:47:06 +0530 Subject: [PATCH 1/4] Update bash.bashrc --- bash.bashrc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/bash.bashrc b/bash.bashrc index 4f81475..435dea9 100644 --- a/bash.bashrc +++ b/bash.bashrc @@ -175,13 +175,5 @@ n() echo -e "\033[34m" clear -echo '██╗░░░██╗░██████╗░█████╗░░█████╗░██████╗░███████╗' -echo '██║░░░██║██╔════╝██╔══██╗██╔══██╗██╔══██╗██╔════╝' -echo '╚██╗░██╔╝╚█████╗░██║░░╚═╝██║░░██║██║░░██║█████╗░░' -echo '░╚████╔╝░░╚═══██╗██║░░██╗██║░░██║██║░░██║██╔══╝░░' -echo '░░╚██╔╝░░██████╔╝╚█████╔╝╚█████╔╝██████╔╝███████╗' -echo '░░░╚═╝░░░╚═════╝░░╚════╝░░╚════╝░╚═════╝░╚══════╝' -echo -echo -echo +echo 'Aakash Rajbhar' echo -e "\033[0m" From ebb636910582830f2fb0ea398b1eac4ddfa36ebc Mon Sep 17 00:00:00 2001 From: Aakashraj24 <129396513+Aakashraj24@users.noreply.github.com> Date: Tue, 7 Jan 2025 07:13:53 +0530 Subject: [PATCH 2/4] Update bash.bashrc --- bash.bashrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bash.bashrc b/bash.bashrc index 435dea9..53a99c1 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,5 +175,4 @@ n() echo -e "\033[34m" clear -echo 'Aakash Rajbhar' echo -e "\033[0m" From ebb4310ddfc23eefb4c55286302cfd95147e34f8 Mon Sep 17 00:00:00 2001 From: Aakashraj24 <129396513+Aakashraj24@users.noreply.github.com> Date: Wed, 12 Feb 2025 08:15:13 +0530 Subject: [PATCH 3/4] Update bash.bashrc --- bash.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash.bashrc b/bash.bashrc index 53a99c1..d0a79f9 100644 --- a/bash.bashrc +++ b/bash.bashrc @@ -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 ########################## From 77d67c6f45a8ac20051cfc342a9e853a175de67f Mon Sep 17 00:00:00 2001 From: Aakashraj24 <129396513+Aakashraj24@users.noreply.github.com> Date: Thu, 20 Feb 2025 20:05:09 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```