diff options
author | Alan Pearce | 2016-07-18 10:12:07 +0200 |
---|---|---|
committer | Alan Pearce | 2016-07-18 10:12:07 +0200 |
commit | 5203a119ddf35b02cf95e7e7f40f4e1f3d78c382 (patch) | |
tree | 23ace8dfa6185ea40e5b0e49b3a1a72ac5216fdc | |
parent | ce35b894a65435cbb64c7a807c67429957563ee8 (diff) | |
parent | 0488ac0c84c0cb52e12c8168d700de15d6b0cda9 (diff) | |
download | nixfiles-5203a119ddf35b02cf95e7e7f40f4e1f3d78c382.tar.lz nixfiles-5203a119ddf35b02cf95e7e7f40f4e1f3d78c382.tar.zst nixfiles-5203a119ddf35b02cf95e7e7f40f4e1f3d78c382.zip |
Merge branch 'master' of git.alanpearce.uk:alan/dotfiles
-rw-r--r-- | rcrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rcrc b/rcrc index 9d469dcb..112aae61 100644 --- a/rcrc +++ b/rcrc @@ -1,3 +1,3 @@ EXCLUDES="Brewfile LaunchAgents README.org" DOTFILES_DIRS="$HOME/projects/dotfiles" -[[ -e ~/.rcrc.local ]] && source ~/.rcrc.local \ No newline at end of file +[ -e ~/.rcrc.local ] && . ~/.rcrc.local \ No newline at end of file |