forked from ohmyzsh/ohmyzsh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ohmyzsh:master' into master
- Loading branch information
Showing
68 changed files
with
1,080 additions
and
479 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"printWidth": 110, | ||
"proseWrap": "always" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Bridgetown plugin | ||
|
||
This plugin adds some aliases and autocompletion for common [Bridgetown](https://bridgetownrb.com/) commands. | ||
|
||
To use it, add `bridgetown` to the plugins array in your zshrc file: | ||
|
||
```zsh | ||
plugins=(... bridgetown) | ||
``` | ||
|
||
## Aliases | ||
|
||
| Alias | Command | | ||
|-------|----------------------------| | ||
| br | `bridgetown` | | ||
| bra | `bin/bridgetown apply` | | ||
| brb | `bin/bridgetown build` | | ||
| brc | `bin/bridgetown console` | | ||
| brclean | `bin/bridgetown clean` | | ||
| brd | `bin/bridgetown deploy` | | ||
| brdoc | `bin/bridgetown doctor` | | ||
| brh | `bin/bridgetown help` | | ||
| brn | `bridgetown new` | | ||
| brp | `bridgetown plugins` | | ||
| brpl | `bridgetown plugins list` | | ||
| brs | `bin/bridgetown start` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
alias br='bridgetown' | ||
alias bra='bin/bridgetown apply' | ||
alias brb='bin/bridgetown build' | ||
alias brc='bin/bridgetown console' | ||
alias brclean='bin/bridgetown clean' | ||
alias brd='bin/bridgetown deploy' | ||
alias brdoc='bin/bridgetown doctor' | ||
alias brh='bin/bridgetown help' | ||
alias brn='bridgetown new' | ||
alias brp='bridgetown plugins' | ||
alias brpl='bridgetown plugins list' | ||
alias brs='bin/bridgetown start' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.