mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] remove open
command on macOS
This commit is contained in:
parent
18ddb83d4b
commit
0c8010448d
1 changed files with 10 additions and 8 deletions
|
@ -35,6 +35,7 @@ lazy_load() {
|
|||
|
||||
welcome() { "$ZSH_DOTFILES/welcome/main.py"; }
|
||||
|
||||
if ! is_macos; then
|
||||
if is_android; then
|
||||
open_cmd='termux-open'
|
||||
elif command_exists xdg-open; then
|
||||
|
@ -44,6 +45,7 @@ else
|
|||
fi
|
||||
eval "open(){$open_cmd \"\$@\";}"
|
||||
unset open_cmd
|
||||
fi
|
||||
|
||||
if is_macos; then
|
||||
copy_cmd='pbcopy' paste_cmd='pbpaste'
|
||||
|
|
Loading…
Reference in a new issue