From e2367e1c01bfc3b2ac6cd98d1b28f41694470cd3 Mon Sep 17 00:00:00 2001 From: Adam Lazzarato Date: Mon, 10 Mar 2014 11:18:20 -0400 Subject: [PATCH] Update contrib/README & bash shebang line --- contrib/README.md | 8 +++++--- contrib/bash/completion.sh | 2 ++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/contrib/README.md b/contrib/README.md index f0377dc67..c89c2ef56 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -6,7 +6,9 @@ for each item will be kept below. ## List of Contrib Items -* `emacs` - Contains a file showing how to associate `Vagrantfile` with - Ruby syntax highlighting. +* `bash` - Contains a bash script for improving autocompletion with bash. +* `emacs` - Contains a file for enabling Ruby syntax highlighting for `Vagrantfile`s in `emacs`. +* `st` - Contains a `.sublime-settings` file for enabling Ruby syntax highlighting + for `Vagrantfile`s in Sublime Text. * `vim` - Contains a `.vim` file for enabling Ruby syntax highlighting - for `Vagrantfile`s. + for `Vagrantfile`s in `vim`. \ No newline at end of file diff --git a/contrib/bash/completion.sh b/contrib/bash/completion.sh index fb6fc508a..96d8e75df 100644 --- a/contrib/bash/completion.sh +++ b/contrib/bash/completion.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # Autocompletion for Vagrant just put this line in your ~/.profile or link this file into it like: # source /path/to/vagrant/contrib/bash/completion.sh _vagrant() {