Path typo.

This commit is contained in:
Gea-Suan Lin
2020-05-07 14:01:37 +08:00
parent f851f0cf4d
commit 676d7b241a

View File

@@ -48,7 +48,7 @@ cp ${BASEDIR}/.psqlrc ~/
# nvim
mkdir -p ~/.config || true
ln -fs ../vim ~/.config/nvim
ln -fs ../.vim ~/.config/nvim
# vim
if [ -e ~/.vim ]; then