Correct checks

This commit is contained in:
David Heinemeier Hansson
2026-02-21 09:48:11 +01:00
parent d557c016f2
commit c6ac6de366
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
echo "Add new matte black theme"
if [[ ! -L "~/.config/omarchy/themes/matte-black" ]]; then
if [[ ! -L $HOME/.config/omarchy/themes/matte-black ]]; then
ln -snf ~/.local/share/omarchy/themes/matte-black ~/.config/omarchy/themes/
fi