mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
swift-pm: Rename plugin to 'swiftpm' (#5674)
This commit is contained in:
parent
037764acc3
commit
6ee6a734c2
2 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
This plugin provides a few utilities that make you faster on your daily work with the [Swift Package Manager](https://github.com/apple/swift-package-manager).
|
This plugin provides a few utilities that make you faster on your daily work with the [Swift Package Manager](https://github.com/apple/swift-package-manager).
|
||||||
|
|
||||||
To start using it, add the `swift-pm` plugin to your `plugins` array in `~/.zshrc`:
|
To start using it, add the `swiftpm` plugin to your `plugins` array in `~/.zshrc`:
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
plugins=(... swift-pm)
|
plugins=(... swiftpm)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Aliases
|
## Aliases
|
Loading…
Reference in a new issue