Fix comments; works now

This commit is contained in:
Tibo De Peuter 2023-11-14 22:07:52 +01:00
parent 43d4d0c365
commit a112f3929b

View file

@ -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