mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[scripts] move welcome script to script-resources
This commit is contained in:
parent
c7df8535ea
commit
97764cfaa7
14 changed files with 1 additions and 2 deletions
1
scripts/welcome
Symbolic link
1
scripts/welcome
Symbolic link
|
@ -0,0 +1 @@
|
|||
../script-resources/welcome/main.py
|
|
@ -33,8 +33,6 @@ lazy_load() {
|
|||
}"
|
||||
}
|
||||
|
||||
welcome() { "$ZSH_DOTFILES/welcome/main.py"; }
|
||||
|
||||
if ! is_macos; then
|
||||
if is_android; then
|
||||
open_cmd='termux-open'
|
||||
|
|
Loading…
Reference in a new issue