Commit d1e81f33 authored by Dominik Ritter's avatar Dominik Ritter

Add reference to post on iTerm2 list

because of ambiguous active profile name
parent 3cf7c5ff
...@@ -1649,6 +1649,7 @@ get_term_font() { ...@@ -1649,6 +1649,7 @@ get_term_font() {
# that identifies an active profile. There is the "id of current session of current window" # that identifies an active profile. There is the "id of current session of current window"
# thou, but that does not match to a guid in the plist. # thou, but that does not match to a guid in the plist.
# So, be warned! Collisions may occur! # So, be warned! Collisions may occur!
# See: https://groups.google.com/forum/#!topic/iterm2-discuss/0tO3xZ4Zlwg
local currentProfileName=$(osascript -e 'tell application "iTerm2" to profile name of current session of current window') local currentProfileName=$(osascript -e 'tell application "iTerm2" to profile name of current session of current window')
# Count Guids in "New Bookmarks"; they should be unique # Count Guids in "New Bookmarks"; they should be unique
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment