Skip to content

Commit

Permalink
update: starship
Browse files Browse the repository at this point in the history
version 0.47.0 -> 0.50.0
  • Loading branch information
gaojr committed Feb 3, 2021
1 parent a3c9dc6 commit 227c9a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/starship.json
@@ -1,19 +1,19 @@
{
"version": "0.47.0",
"version": "0.50.0",
"description": "The minimal, blazing fast, and extremely customizable prompt for any shell!",
"homepage": "https://starship.rs",
"license": "ISC",
"notes": [
"Usage: Add 'Invoke-Expression (&starship init powershell)' to the end of your PowerShell $PROFILE.",
"Usage: Add 'Invoke-Expression (&starship init powershell)' to the end of your PowerShell $PROFILE or add 'eval \"$(starship init bash)\" to the end of your ~/.bashrc' .",
"Prerequisites: A Powerline font installed and enabled in your terminal."
],
"suggest": {
"vcredist": "extras/vcredist2019"
},
"architecture": {
"64bit": {
"url": "https://github.com/starship/starship/releases/download/v0.47.0/starship-x86_64-pc-windows-msvc.zip",
"hash": "95514a697bf2b5a6d9370fb6215b333c57ee0736b87813bc9dd108eef271d780"
"url": "https://github.com/starship/starship/releases/download/v0.50.0/starship-x86_64-pc-windows-msvc.zip",
"hash": "B8AFDE26E124C2EE5FDA070295F38B8BEC51BDF0F470EAD083E70D7BD885893B"
}
},
"bin": "starship.exe",
Expand Down

0 comments on commit 227c9a2

Please sign in to comment.