Keep color file the same
This commit is contained in:
parent
20e43b3be1
commit
fff81f91a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue