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
@@ -11,6 +11,6 @@ if [[ -f ~/.local/share/applications/blueberry.desktop ]]; then
omarchy-refresh-waybar
fi
if [[ ! -L "~/.config/omarchy/themes/rose-pine" ]]; then
if [[ ! -L $HOME/.config/omarchy/themes/rose-pine ]]; then
ln -snf ~/.local/share/omarchy/themes/rose-pine ~/.config/omarchy/themes/
fi