diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-01-03 09:14:49 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-01-03 09:14:49 +1100 |
| commit | 57727f6965a553cd78ac117b349d7a246189b237 (patch) | |
| tree | 5028710f09dfa2ee0dc033070bb81d354e5f726f /pywal/export.py | |
| parent | dd17579437fcb18bc3dc326ee750117d9fbafe31 (diff) | |
export: Add tty
Diffstat (limited to 'pywal/export.py')
| -rw-r--r-- | pywal/export.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pywal/export.py b/pywal/export.py index 8f252f9..5049db7 100644 --- a/pywal/export.py +++ b/pywal/export.py @@ -41,6 +41,7 @@ def get_export_type(export_type): "scss": "colors.scss", "shell": "colors.sh", "sway": "colors-sway", + "tty": "colors-tty.sh", "xresources": "colors.Xresources", "yaml": "colors.yml", }.get(export_type, export_type) |
