1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

swift-pm: Rename plugin to 'swiftpm' (#5674)

This commit is contained in:
Thomas Paul Mann
2016-11-30 00:20:43 +01:00
committed by Marc Cornellà
parent 037764acc3
commit 6ee6a734c2
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
# Some aliases to make your life with the Swift Package Manager faster ✌️
alias spi='swift package init'
alias spf='swift package fetch'
alias spu='swift package update'
alias spx='swift package generate-xcodeproj'
alias sps='swift package show-dependencies'
alias spd='swift package dump-package'