diff options
author | Alan Pearce | 2016-07-16 13:49:29 +0200 |
---|---|---|
committer | Alan Pearce | 2016-07-16 13:49:29 +0200 |
commit | 0488ac0c84c0cb52e12c8168d700de15d6b0cda9 (patch) | |
tree | 948849f4cc501319677d11e21f70ceaee41419a6 /rcrc | |
parent | 19c4f71cddd539283418e3fefcefc286e28a4026 (diff) | |
download | nixfiles-0488ac0c84c0cb52e12c8168d700de15d6b0cda9.tar.lz nixfiles-0488ac0c84c0cb52e12c8168d700de15d6b0cda9.tar.zst nixfiles-0488ac0c84c0cb52e12c8168d700de15d6b0cda9.zip |
rcm: Make rcrc work better on FreeBSD
Diffstat (limited to 'rcrc')
-rw-r--r-- | rcrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rcrc b/rcrc index 65a384ba..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 |