[zsh] edit welcome script invocation

This commit is contained in:
Dmytro Meleshko 2019-09-23 23:41:28 +03:00
parent c9858363e6
commit 16f0a1cf32
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ lazy_load() {
}
welcome() {
python "$ZSH_DOTFILES/welcome/main.py"
"$ZSH_DOTFILES/welcome/main.py"
}
if is_android; then