mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] edit welcome script invocation
This commit is contained in:
parent
c9858363e6
commit
16f0a1cf32
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ lazy_load() {
|
||||||
}
|
}
|
||||||
|
|
||||||
welcome() {
|
welcome() {
|
||||||
python "$ZSH_DOTFILES/welcome/main.py"
|
"$ZSH_DOTFILES/welcome/main.py"
|
||||||
}
|
}
|
||||||
|
|
||||||
if is_android; then
|
if is_android; then
|
||||||
|
|
Loading…
Reference in a new issue