[zsh] minor change to set-my-syntax-theme

This commit is contained in:
Dmytro Meleshko 2019-09-06 00:23:48 +03:00
parent 2c5edc2072
commit 5182a6f1de

View file

@ -42,5 +42,5 @@ elif is_linux && command_exists xdg-open; then
fi
set-my-syntax-theme() {
fast-theme "$ZSH_DOTFILES/my-syntax-theme.ini"
fast-theme "$ZSH_DOTFILES/my-syntax-theme.ini" "$@"
}