mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
9 lines
269 B
Bash
9 lines
269 B
Bash
if [[ -d "/usr/local/opt/chruby" ]]; then
|
|
source /usr/local/opt/chruby/share/chruby/chruby.sh
|
|
source /usr/local/opt/chruby/share/chruby/auto.sh
|
|
else
|
|
echo ""
|
|
echo "You should install chruby and be much cooler..."
|
|
echo "https://github.com/postmodern/chruby"
|
|
fi
|