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