Skip to content

Commit fa47889

Browse files
committed
Fix brew formula and alias files
1 parent 52350df commit fa47889

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ brews:
5454
install: |
5555
bin.install "rubbi-sh"
5656
(share/"alias").install "dotfiles/.rubbi.sh"
57+
(share/"alias").install "dotfiles/.rubbi.minimal.sh"
5758
caveats: |
5859
Please import the .rubbi.sh file in your profile configuration or add its content directly
5960

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## Release 0.0.10 (2019-06-15)
1+
## Release 0.0.12 (2019-06-15)
2+
3+
- Fix Hombrew formula
4+
- Fix alias files
5+
6+
## Release 0.0.11 (2019-06-15)
27

38
- Update latest folder on `Use` command
49
- Add different alias

dotfiles/.rubbi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# shellcheck disable=SC2148 disable=SC1090
22

3-
. "${PWD}/.rubbi.sh"
3+
. "$(dirname "$0")/.rubbi.minimal.sh"
44

55
alias rubsh='rubbi-sh'
66
alias rubclean='rubbi-sh -clean'

0 commit comments

Comments
 (0)