From 04efb3c3ef3d02be1a6c51aeafb2e56153ffa82d Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Sun, 10 Apr 2016 15:59:33 -0400 Subject: [PATCH] Add windows bashrc --- README.md | 7 ++++++- bashrc | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 bashrc diff --git a/README.md b/README.md index 41a5be7..10cc23c 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,10 @@ Installing Installation is done via Rake. Just run rake install - + This will create symlinks in your home folder to the various dotfiles in this repo. + +Note to self +============ + +The bashrc file is meant for Windows. diff --git a/bashrc b/bashrc new file mode 100644 index 0000000..6ab9493 --- /dev/null +++ b/bashrc @@ -0,0 +1 @@ +source /d/Dev/projects/dotfiles/zsh/aliases