1
0
Fork 0
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.
prezto/modules/osx/functions/_settings

11 lines
207 B

#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} )"