Umbreon install update

This commit is contained in:
2022-04-20 12:59:45 -06:00
parent c1ee716a90
commit 1c329c86f6
15 changed files with 61 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ function VIM__CREATE_PANE_DEFAULT_APP() {
CHECK 'updating vim to open in panes by default'
{
echo '#!/bin/sh'
echo "exec $(which vim) -p "'$@'
echo "exec $(which vim) -p "'"$@"'
} > "$HOME/.local/bin/vim" && OK || WARN
chmod +x "$HOME/.local/bin/vim"
}