mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-22 22:34:39 -04:00
Add in source files. Start putting in important config files.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user