Fix comments; works now
This commit is contained in:
parent
43d4d0c365
commit
a112f3929b
1 changed files with 0 additions and 2 deletions
|
@ -88,8 +88,6 @@ if [ "$(command -v vifm)" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Vim
|
# Vim
|
||||||
# This does not reload the config, but will use it when you restart vim
|
|
||||||
# Toggle an existing window using `:colorscheme ${theme}`
|
|
||||||
if [ "$(command -v vim)" ]; then
|
if [ "$(command -v vim)" ]; then
|
||||||
echo "colorscheme ${theme}" > ~/.vim/theme.conf
|
echo "colorscheme ${theme}" > ~/.vim/theme.conf
|
||||||
# Update all running instances
|
# Update all running instances
|
||||||
|
|
Loading…
Reference in a new issue