parent
bc32e2ec4c
commit
c2f8476c86
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
"write" "com.googlecode.iterm2" "OpenFileInNewWindows"
|
"write" "com.googlecode.iterm2" "OpenFileInNewWindows"
|
||||||
"-bool" (if bool "true" "false"))))
|
"-bool" (if bool "true" "false"))))
|
||||||
(let ((newwindow?
|
(let ((newwindow?
|
||||||
(if newwindow? (not (equal (read-newwindows) "1")))))
|
(if ,newwindow? (not (equal (read-newwindows) "1")))))
|
||||||
(when newwindow?
|
(when newwindow?
|
||||||
(write-newwindows t))
|
(write-newwindows t))
|
||||||
(unwind-protect (+macos-open-with "iTerm" ,dir)
|
(unwind-protect (+macos-open-with "iTerm" ,dir)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue