aboutsummaryrefslogtreecommitdiff
path: root/cbt
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-08-14 17:59:05 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-08-28 23:38:05 -0400
commit36ae0d245f6103956cf3577afa403abc956f23e5 (patch)
treeb6c4d8b65b5bd5921fb49678eb696b1a1b24db02 /cbt
parent1114a970940633d8cfb7b018ce4d71dc1544b5e5 (diff)
downloadcbt-36ae0d245f6103956cf3577afa403abc956f23e5.tar.gz
cbt-36ae0d245f6103956cf3577afa403abc956f23e5.tar.bz2
cbt-36ae0d245f6103956cf3577afa403abc956f23e5.zip
let's not mess with bash settings, but document how to install
Diffstat (limited to 'cbt')
-rwxr-xr-xcbt7
1 files changed, 0 insertions, 7 deletions
diff --git a/cbt b/cbt
index 2ec9ccf..5751e69 100755
--- a/cbt
+++ b/cbt
@@ -109,13 +109,6 @@ log "Find out real path. Build realpath if needed." $*
export CBT_HOME=$(dirname $($_DIR/realpath/realpath.sh $0))
-
-if [ ! -f /etc/bash_completion.d/cbt ]; then
- sudo cp $CBT_HOME/completions/cbt /etc/bash_completion.d/cbt
- # reload shell so completions work
- exec bash
-fi
-
export NAILGUN=$CBT_HOME/nailgun_launcher/
export TARGET=target/scala-2.11/classes/
mkdir -p $NAILGUN$TARGET