diff options
| author | Dylan Araps <[email protected]> | 2018-01-03 09:14:49 +1100 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2018-01-03 09:14:49 +1100 |
| commit | 57727f6965a553cd78ac117b349d7a246189b237 (patch) | |
| tree | 5028710f09dfa2ee0dc033070bb81d354e5f726f | |
| parent | colors: Set colors in linux tty. (diff) | |
| download | pywal-57727f6965a553cd78ac117b349d7a246189b237.tar.xz pywal-57727f6965a553cd78ac117b349d7a246189b237.zip | |
export: Add tty
| -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) |