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 .