From da433f56bf0ef6b2d9d6259f923f064b6d4d0a15 Mon Sep 17 00:00:00 2001 From: eshanized Date: Mon, 15 Apr 2024 21:52:32 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.config/powershell/Microsoft.PowerShell_profile.ps1 | 6 ++++++ push.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 common/snigdhaos-powershell/etc/skel/.config/powershell/Microsoft.PowerShell_profile.ps1 diff --git a/common/snigdhaos-powershell/etc/skel/.config/powershell/Microsoft.PowerShell_profile.ps1 b/common/snigdhaos-powershell/etc/skel/.config/powershell/Microsoft.PowerShell_profile.ps1 new file mode 100755 index 00000000..f644291a --- /dev/null +++ b/common/snigdhaos-powershell/etc/skel/.config/powershell/Microsoft.PowerShell_profile.ps1 @@ -0,0 +1,6 @@ +$Host.UI.RawUI.WindowTitle = "SNIGDHA OS > PowerShell🔥" +function prompt() +{ + $ESC=$([char]27) + "$ESC[0;36m┌──I'm $(whoami)➜ $ESC[0;31m$($executionContext.SessionState.Path.CurrentLocation)$("`r`n$ESC[0;36m└──eshanized PowerShell🔥>$ESC[00m" * ($nestedPromptLevel + 1)) "; +} diff --git a/push.sh b/push.sh index 2910d38c..ee1f4583 100755 --- a/push.sh +++ b/push.sh @@ -20,7 +20,7 @@ REPO_URL="${HOST}/${ORG}/${REPO}.git" BRANCH="master" # or "main" depending on your repository's default branch # Commit message -MESSAGE="@eshanized pushed another commit via script 🔥🔥🔥" +MESSAGE="⏳ @eshanized updated the repository 🎉 " # Add all files, commit, and push changes git add .