From 16f0a1cf32ec97355da2e17de1c4bb458431767b Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Mon, 23 Sep 2019 23:41:28 +0300 Subject: [PATCH] [zsh] edit welcome script invocation --- zsh/functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/functions.zsh b/zsh/functions.zsh index c8933ae..8e47200 100644 --- a/zsh/functions.zsh +++ b/zsh/functions.zsh @@ -32,7 +32,7 @@ lazy_load() { } welcome() { - python "$ZSH_DOTFILES/welcome/main.py" + "$ZSH_DOTFILES/welcome/main.py" } if is_android; then