summaryrefslogtreecommitdiffstats
path: root/prompt
diff options
context:
space:
mode:
Diffstat (limited to 'prompt')
-rwxr-xr-xprompt12
1 files changed, 0 insertions, 12 deletions
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