summary refs log tree commit diff stats
path: root/rcrc
diff options
context:
space:
mode:
authorAlan Pearce2016-07-16 13:48:17 +0200
committerAlan Pearce2016-07-16 13:48:17 +0200
commit71f71ef2c6bd56f8847f907be708327d660ef094 (patch)
treef582feb816c7f1f0a64277758778ac4587034fbc /rcrc
parent7d1dff7136362abe33f9ff6f80efa431013e9c26 (diff)
downloaddotfiles-71f71ef2c6bd56f8847f907be708327d660ef094.tar.lz
dotfiles-71f71ef2c6bd56f8847f907be708327d660ef094.tar.zst
dotfiles-71f71ef2c6bd56f8847f907be708327d660ef094.zip
rcm: Make rcrc work on FreeBSD
Diffstat (limited to 'rcrc')
-rw-r--r--rcrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcrc b/rcrc
index 9d469dc..65a384b 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 ] && source ~/.rcrc.local
\ No newline at end of file