File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# shellcheck disable=SC2148 disable=SC1090
22
3- . " ${PWD} /.rubbi.sh"
3+ . " $( dirname " $0 " ) /.rubbi.minimal .sh"
44
55alias rubsh=' rubbi-sh'
66alias rubclean=' rubbi-sh -clean'
You can’t perform that action at this time.
0 commit comments