diff options
author | Alan Pearce | 2016-07-16 13:48:17 +0200 |
---|---|---|
committer | Alan Pearce | 2016-07-16 13:48:17 +0200 |
commit | 71f71ef2c6bd56f8847f907be708327d660ef094 (patch) | |
tree | f582feb816c7f1f0a64277758778ac4587034fbc | |
parent | 7d1dff7136362abe33f9ff6f80efa431013e9c26 (diff) | |
download | nixfiles-71f71ef2c6bd56f8847f907be708327d660ef094.tar.lz nixfiles-71f71ef2c6bd56f8847f907be708327d660ef094.tar.zst nixfiles-71f71ef2c6bd56f8847f907be708327d660ef094.zip |
rcm: Make rcrc work on FreeBSD
-rw-r--r-- | rcrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rcrc b/rcrc index 9d469dcb..65a384ba 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 |