@eshanized updated the repository 🎉

This commit is contained in:
eshanized
2024-04-15 21:52:32 +05:30
parent 3f0bf20b6d
commit da433f56bf
2 changed files with 7 additions and 1 deletions

View File

@@ -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)) ";
}

View File

@@ -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 .