Keep color file the same

This commit is contained in:
Andrew Tomaka 2024-02-16 15:23:00 -05:00
parent 20e43b3be1
commit fff81f91a4
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -1,6 +1,6 @@
#!/bin/bash
color_file=$HOME/.config/$USER/color.toml
color_file=$HOME/.config/$USER/color.yml
if ! test -f $color_file; then
mkdir -p $HOME/.config/$USER
echo light > $color_file