summaryrefslogblamecommitdiffstats
path: root/git-radar
blob: d26dae891efb50bf2d4dc39bfcf53d80e5b76615 (plain) (tree)
1
2
3
4
5
6
7
8





                                  

                                





                                                         
#! /usr/bin/env bash

dot="$(cd "$(dirname "$0")"; pwd)"

command="$1"

nohup $dot/fetch.sh >/dev/null &

if [[ "$command" == "--zsh" ]]; then
  $dot/prompt.zsh
fi
if [[ "$command" == "--bash" || "$command" == "" ]]; then
  $dot/prompt.bash
fi