From 0409c0ba86ebfed85cc0d8d3897d742260cf88e4 Mon Sep 17 00:00:00 2001 From: "Michael L. Artz" Date: Wed, 6 Mar 2013 10:25:13 -0500 Subject: [PATCH] Initial OSX "defaults" --- .bash_profile | 2 ++ .bashrc | 2 ++ .zprofile | 2 ++ .zshrc | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 .bash_profile create mode 100644 .bashrc create mode 100644 .zprofile create mode 100644 .zshrc diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..6dd13d3 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,2 @@ + +[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..c255cfb --- /dev/null +++ b/.bashrc @@ -0,0 +1,2 @@ + +PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..6dd13d3 --- /dev/null +++ b/.zprofile @@ -0,0 +1,2 @@ + +[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..c255cfb --- /dev/null +++ b/.zshrc @@ -0,0 +1,2 @@ + +PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting