mirror of
https://github.com/pgrondek/config.git
synced 2025-02-16 23:06:31 +00:00
5 lines
62 B
Bash
Executable file
5 lines
62 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm $HOME/.vimrc &> /dev/null
|
|
|
|
ln -s vimrc ~/.vimrc
|