Skip to content

Commit

Permalink
Fix brew formula and alias files
Browse files Browse the repository at this point in the history
  • Loading branch information
jotadrilo committed Jun 18, 2019
1 parent 52350df commit fa47889
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ brews:
install: |
bin.install "rubbi-sh"
(share/"alias").install "dotfiles/.rubbi.sh"
(share/"alias").install "dotfiles/.rubbi.minimal.sh"
caveats: |
Please import the .rubbi.sh file in your profile configuration or add its content directly
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Release 0.0.10 (2019-06-15)
## Release 0.0.12 (2019-06-15)

- Fix Hombrew formula
- Fix alias files

## Release 0.0.11 (2019-06-15)

- Update latest folder on `Use` command
- Add different alias
Expand Down
2 changes: 1 addition & 1 deletion dotfiles/.rubbi.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# shellcheck disable=SC2148 disable=SC1090

. "${PWD}/.rubbi.sh"
. "$(dirname "$0")/.rubbi.minimal.sh"

alias rubsh='rubbi-sh'
alias rubclean='rubbi-sh -clean'
Expand Down

0 comments on commit fa47889

Please sign in to comment.