diff options
-rwxr-xr-x | fetch.sh | 2 | ||||
-rwxr-xr-x | git-radar (renamed from prompt) | 0 | ||||
-rwxr-xr-x | prompt.bash | 2 | ||||
-rwxr-xr-x | prompt.zsh | 2 | ||||
-rwxr-xr-x | radar-base.sh (renamed from git-base.sh) | 0 | ||||
-rwxr-xr-x | test-branches.sh | 2 | ||||
-rwxr-xr-x | test-commits.sh | 2 | ||||
-rwxr-xr-x | test-directories.sh | 2 | ||||
-rwxr-xr-x | test-files.sh | 2 | ||||
-rwxr-xr-x | test-status.sh | 2 |
10 files changed, 8 insertions, 8 deletions
@@ -1,3 +1,3 @@ -source $DOTFILES/zsh/git-prompt/git-base.sh +source $DOTFILES/zsh/git-prompt/radar-base.sh fetch; diff --git a/prompt.bash b/prompt.bash index e39a1b1..d577087 100755 --- a/prompt.bash +++ b/prompt.bash @@ -1,7 +1,7 @@ #! /usr/bin/env bash dot="$(cd "$(dirname "$0")"; pwd)" -source "$dot/git-base.sh" +source "$dot/radar-base.sh" if is_repo; then printf " \033[1;30mgit:(\033[0m" @@ -1,7 +1,7 @@ #! /usr/bin/env zsh dot="$(cd "$(dirname "$0")"; pwd)" -source "$dot/git-base.sh" +source "$dot/radar-base.sh" if is_repo; then autoload colors && colors diff --git a/git-base.sh b/radar-base.sh index 0fee704..0fee704 100755 --- a/git-base.sh +++ b/radar-base.sh diff --git a/test-branches.sh b/test-branches.sh index 4e52242..c886e82 100755 --- a/test-branches.sh +++ b/test-branches.sh @@ -1,6 +1,6 @@ scriptDir="$(cd "$(dirname "$0")"; pwd)" -source "$scriptDir/git-base.sh" +source "$scriptDir/radar-base.sh" tmpfile="" diff --git a/test-commits.sh b/test-commits.sh index d8918f0..4199c2a 100755 --- a/test-commits.sh +++ b/test-commits.sh @@ -1,6 +1,6 @@ scriptDir="$(cd "$(dirname "$0")"; pwd)" -source "$scriptDir/git-base.sh" +source "$scriptDir/radar-base.sh" tmpfile="" diff --git a/test-directories.sh b/test-directories.sh index e9b6d07..86a441e 100755 --- a/test-directories.sh +++ b/test-directories.sh @@ -1,6 +1,6 @@ scriptDir="$(cd "$(dirname "$0")"; pwd)" -source "$scriptDir/git-base.sh" +source "$scriptDir/radar-base.sh" tmpfile="" diff --git a/test-files.sh b/test-files.sh index 97a017e..8f46edf 100755 --- a/test-files.sh +++ b/test-files.sh @@ -1,6 +1,6 @@ scriptDir="$(cd "$(dirname "$0")"; pwd)" -source "$scriptDir/git-base.sh" +source "$scriptDir/radar-base.sh" tmpfile="" diff --git a/test-status.sh b/test-status.sh index 2977361..8c6bf89 100755 --- a/test-status.sh +++ b/test-status.sh @@ -1,6 +1,6 @@ scriptDir="$(cd "$(dirname "$0")"; pwd)" -source "$scriptDir/git-base.sh" +source "$scriptDir/radar-base.sh" test_prefix_and_suffix() { status=""" |