This commit is contained in:
Théophile Bastian 2016-09-04 15:04:54 +02:00
parent c8be016aa7
commit e90b8713df
2 changed files with 2 additions and 2 deletions

View File

@ -49,4 +49,4 @@ export PATH="$PATH:/home/tobast/bin"
export TERMINAL="/usr/bin/terminator"
# Opam
which opam > /dev/null 2>&1 && eval `opam config env`
which opam > /dev/null 2>&1 && [ -f ~/.opam ] && eval `opam config env`

View File

@ -7,6 +7,6 @@ python3 mkSymlink.py > /dev/null
echo "Installing vim Vundle plugins…"
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim\
> /dev/null
-q
vim +PluginInstall +qall > /dev/null