mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
fixed ntabness
This commit is contained in:
parent
13832fd04c
commit
f1179bd94c
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ if [[ $TERM_PROGRAM != iTerm.app ]]; then
|
||||||
end
|
end
|
||||||
tell application \"Terminal\"
|
tell application \"Terminal\"
|
||||||
activate
|
activate
|
||||||
do script with command \"cd \\\"$ThisDirectory\\\"\" in window 1
|
do script with command \"cd \\\"$PWD\\\";cd \\\"$ThisDirectory\\\"\" in window 1
|
||||||
end tell"
|
end tell"
|
||||||
return 1
|
return 1
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue