From 63c6c1cccdc738e814f15e65bbde2b1838b8159b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 26 Apr 2012 14:49:56 -0700 Subject: [PATCH] Add blank *.local files --- env.local | 5 +++++ rc.local | 5 +++++ zshrc.local | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 env.local create mode 100644 rc.local create mode 100644 zshrc.local diff --git a/env.local b/env.local new file mode 100644 index 0000000..659687e --- /dev/null +++ b/env.local @@ -0,0 +1,5 @@ +# .env.local +# Local environment customizations +# Eryn Wells + + diff --git a/rc.local b/rc.local new file mode 100644 index 0000000..55321bd --- /dev/null +++ b/rc.local @@ -0,0 +1,5 @@ +# .rc.local +# Local customizations for interactive shells +# Eryn Wells + + diff --git a/zshrc.local b/zshrc.local new file mode 100644 index 0000000..8c362da --- /dev/null +++ b/zshrc.local @@ -0,0 +1,5 @@ +# .zshrc.local +# Local customizations for zsh +# Eryn Wells + +