Skip to content

Commit

Permalink
Fix alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jotadrilo committed Jun 24, 2019
1 parent 998e58f commit 42847e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Release 0.0.13 (2019-06-24)

- Fix alias not to depend on others

## Release 0.0.12 (2019-06-15)

- Fix Hombrew formula
Expand Down
5 changes: 3 additions & 2 deletions dotfiles/.rubbi.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# shellcheck disable=SC2148 disable=SC1090

. "$(dirname "$0")/.rubbi.minimal.sh"

alias rubsh='rubbi-sh'
alias rubclean='rubbi-sh -clean'
alias rubshow='rubbi-sh -show'
Expand Down Expand Up @@ -29,3 +27,6 @@ function rubsel {
rubbi-sh -use "$fn"
rubcd
}
function rbsh {
cd "$(rubbi-sh)" || exit 1
}

0 comments on commit 42847e8

Please sign in to comment.