Update contrib/README & bash shebang line
This commit is contained in:
parent
fa6aa640f9
commit
e2367e1c01
|
@ -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`.
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue