Skip to content

Commit aa1bcb2

Browse files
committed
changed to install vim
1 parent eeb79e7 commit aa1bcb2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Vagrantfile

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ Vagrant.configure(2) do |config|
2929
# install Git
3030
sudo apt-get install --yes git
3131
32+
# install Vim
33+
sudo apt-get install --yes vim
34+
35+
# set default editor
36+
echo 'export EDITOR=vim' >> $HOME/.bashrc
37+
3238
# create symlink for share
3339
ln -s /vagrant $HOME/share
3440

0 commit comments

Comments
 (0)