From 226484c1e98b4f7cd8a56e8fa2e018e6d4ffb460 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sat, 24 Feb 2024 16:11:46 +0330 Subject: [PATCH] chore: unknown --- stow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stow.sh b/stow.sh index fa4ea73..84af5b6 100755 --- a/stow.sh +++ b/stow.sh @@ -30,7 +30,7 @@ unstow_dotfiles() { stow -D $dots_dir stow -D -d $dots_dir -t ~/ zsh stow -D -d $dots_dir -t $shortcuts_target_dir shortcuts - # stow -D $hyprland_dir + stow -D $hyprland_dir echo "Dotfiles unstowed successfully!" }