mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-21 03:55:02 +02:00
⏳ @eshanized updated the repository 🎉
This commit is contained in:
@@ -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)) ";
|
||||
}
|
2
push.sh
2
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 .
|
||||
|
Reference in New Issue
Block a user