Created
August 12, 2019 11:26
-
-
Save vladpurga/ef3bbf7e955e6524f0ea38893105e3e6 to your computer and use it in GitHub Desktop.
[multiline command in Makefile] #bash #vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vimrc-bg-light: | |
| sed -i 's/^\(set background=dark\)/" \1/' ~/.vimrc; \ | |
| sed -i 's/^\(colorscheme jellybeans\)/" \1/' ~/.vimrc; \ | |
| sed -i 's/^" \(colorscheme solarized\)/\1/' ~/.vimrc; \ | |
| sed -i 's/^" \(set background=light\)/\1/' ~/.vimrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment