From 05c58fe78ea52087c38562d309f5ac756049930b Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Tue, 23 Apr 2013 14:07:08 +0200 Subject: [PATCH] set default config file --- toys/checkextensions | 1 + toys/cleandestinations | 1 + 2 files changed, 2 insertions(+) diff --git a/toys/checkextensions b/toys/checkextensions index e68949c..a390bc1 100755 --- a/toys/checkextensions +++ b/toys/checkextensions @@ -32,6 +32,7 @@ declare -r \ \ oldIFS="$IFS" +cffile="$HOME/.atom/atom.cfg" LC_ALL=C shopt -s extglob diff --git a/toys/cleandestinations b/toys/cleandestinations index 15605a8..a2e9845 100755 --- a/toys/cleandestinations +++ b/toys/cleandestinations @@ -32,6 +32,7 @@ declare -r \ \ oldIFS="$IFS" +cffile="$HOME/.atom/atom.cfg" LC_ALL=C shopt -s extglob