Skip to content

Instantly share code, notes, and snippets.

@vladpurga
Created August 12, 2019 11:26
Show Gist options
  • Save vladpurga/ef3bbf7e955e6524f0ea38893105e3e6 to your computer and use it in GitHub Desktop.
Save vladpurga/ef3bbf7e955e6524f0ea38893105e3e6 to your computer and use it in GitHub Desktop.
[multiline command in Makefile] #bash #vim
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