[alacritty] Fix some color stuff
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"""
|
||||
import os
|
||||
import sys
|
||||
import color_switcher
|
||||
|
||||
CONFIG_FILE_NAME = "alacritty.yml"
|
||||
CONFIG_FILE_DIR = os.path.expanduser("~/.config/alacritty/")
|
||||
@@ -37,4 +38,4 @@ def main(turn_on=False):
|
||||
|
||||
if __name__=="__main__":
|
||||
main(len(sys.argv) == 2 and sys.argv[1] == "on")
|
||||
|
||||
color_switcher.main(len(sys.argv) == 2 and sys.argv[1] == "on")
|
||||
|
||||
Reference in New Issue
Block a user