From 61b5a9c87d77380c57f5349bc43cefa0f4415c4f Mon Sep 17 00:00:00 2001 From: Michael Allen Date: Wed, 19 Aug 2015 10:50:23 +0100 Subject: Rename to git-radar --- prompt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 prompt (limited to 'prompt') diff --git a/prompt b/prompt deleted file mode 100755 index bce4480..0000000 --- a/prompt +++ /dev/null @@ -1,12 +0,0 @@ -#! /usr/bin/env bash - -dot="$(cd "$(dirname "$0")"; pwd)" - -command="$1" - -if [[ "$command" == "--zsh" ]]; then - $dot/prompt.zsh -fi -if [[ "$command" == "--bash" || "$command" == "" ]]; then - $dot/prompt.bash -fi -- cgit v1.2.3