summary refs log tree commit diff stats
path: root/rcrc
diff options
context:
space:
mode:
authorAlan Pearce2016-07-16 13:49:29 +0200
committerAlan Pearce2016-07-16 13:49:29 +0200
commit0488ac0c84c0cb52e12c8168d700de15d6b0cda9 (patch)
tree948849f4cc501319677d11e21f70ceaee41419a6 /rcrc
parent19c4f71cddd539283418e3fefcefc286e28a4026 (diff)
downloaddotfiles-0488ac0c84c0cb52e12c8168d700de15d6b0cda9.tar.lz
dotfiles-0488ac0c84c0cb52e12c8168d700de15d6b0cda9.tar.zst
dotfiles-0488ac0c84c0cb52e12c8168d700de15d6b0cda9.zip
rcm: Make rcrc work better on FreeBSD
Diffstat (limited to 'rcrc')
-rw-r--r--rcrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcrc b/rcrc
index 65a384b..112aae6 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