fix sshconfig on install
This commit is contained in:
parent
349d2ad5cf
commit
f3b150b0e6
@ -14,7 +14,7 @@ for link in bashrc gitconfig screenrc Xresources Xdefaults Xmodmap themes fonts
|
||||
fi
|
||||
|
||||
done
|
||||
if [ ! -e $HOME/.$link ]; then
|
||||
if [ ! -e $HOME/.ssh/config ]; then
|
||||
ln -s $(pwd)/sshconfig $HOME/.ssh/config;
|
||||
fi
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim
|
||||
|
||||
Loading…
Reference in New Issue
Block a user