You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
207 B
11 lines
207 B
9 years ago
|
#compdef settings
|
||
|
|
||
|
_known_settings=$(osascript 2>/dev/null <<EOF
|
||
|
tell application "Terminal" to get name of every settings set
|
||
|
EOF
|
||
|
)
|
||
|
|
||
|
_arguments \
|
||
|
"1:Terminal Settings:( \${(s:, :)_known_settings} )"
|
||
|
|