summaryrefslogtreecommitdiffstats
path: root/fetch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fetch.sh')
-rwxr-xr-xfetch.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/fetch.sh b/fetch.sh
index c226e3b..c06bbad 100755
--- a/fetch.sh
+++ b/fetch.sh
@@ -1,3 +1,6 @@
-source $DOTFILES/zsh/git-prompt/radar-base.sh
+#! /usr/bin/env bash
+
+dot="$(cd "$(dirname "$0")"; pwd)"
+source $dot/radar-base.sh
fetch;