opam
This commit is contained in:
parent
c8be016aa7
commit
e90b8713df
2 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue