mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Fix _has-chruby for bash
This commit is contained in:
parent
c7cda3c074
commit
a59d208b9d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ elif [[ -f /usr/local/share/chruby/chruby.sh ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_has-chruby() {
|
_has-chruby() {
|
||||||
type -f chruby >/dev/null 2>&1
|
type chruby >/dev/null 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
_ruby-version() {
|
_ruby-version() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue