From e90b8713df2d057a235a05c69e54c676652cd574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Sun, 4 Sep 2016 15:04:54 +0200 Subject: [PATCH] opam --- files/.bashrc | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/.bashrc b/files/.bashrc index 26d9310..2975a1b 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -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` diff --git a/install.sh b/install.sh index d6a3730..bbe5fdd 100755 --- a/install.sh +++ b/install.sh @@ -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