summaryrefslogtreecommitdiff
path: root/utils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils.sh')
-rw-r--r--utils.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils.sh b/utils.sh
index 45cdbba..b49e6fc 100644
--- a/utils.sh
+++ b/utils.sh
@@ -32,6 +32,6 @@ abs_path()
esac
}
-source ~/.bashrc
-source .config.sh
+source "$HOME/.bashrc"
+source "`pwd`/config.sh"
check_dest