mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 13:34:39 +01:00
Merge branch 'master' of github.com:lloeki/vimfiles
This commit is contained in:
commit
857987e031
1 changed files with 2 additions and 2 deletions
4
setup.sh
4
setup.sh
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
ln -sfh "$(pwd)" "$HOME/.vim"
|
||||
ln -sfh "$HOME/.vim/vimrc" "$HOME/.vimrc"
|
||||
ln -sfn "$(pwd)" "$HOME/.vim"
|
||||
ln -sfn "$HOME/.vim/vimrc" "$HOME/.vimrc"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue