From 318ccdb25cf5cd03974e2a9ead33c4616e25747e Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Thu, 10 Aug 2017 11:46:46 -0400 Subject: [PATCH] Fix bug in windows bashrc --- windows/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/bashrc b/windows/bashrc index bca905a..f54f555 100644 --- a/windows/bashrc +++ b/windows/bashrc @@ -1,5 +1,5 @@ # For Windows setup -test -f ~/.aliases && . ~/.functions +test -f ~/.functions && . ~/.functions test -f ~/.aliases && . ~/.aliases test -f ~/.private-dotfiles/env && . ~/.private-dotfiles/env test -f ~/.env.platform && . ~/.env.platform