mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Fixed the tab function to use i386 architecture because of warnings
This commit is contained in:
parent
ed990f61ff
commit
5cb648b5f0
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ function savepath() {
|
||||||
|
|
||||||
function tab() {
|
function tab() {
|
||||||
savepath
|
savepath
|
||||||
osascript >/dev/null <<EOF
|
arch -i386 osascript >/dev/null <<EOF
|
||||||
on do_submenu(app_name, menu_name, menu_item, submenu_item)
|
on do_submenu(app_name, menu_name, menu_item, submenu_item)
|
||||||
-- bring the target application to the front
|
-- bring the target application to the front
|
||||||
tell application app_name
|
tell application app_name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue