From 5baa9a5079b622dc0bed53c483f829702c52cffe Mon Sep 17 00:00:00 2001 From: hesam-init Date: Fri, 19 Jul 2024 00:54:27 +0330 Subject: [PATCH] chore: linux configs --- linux-configs | 2 +- stow.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-configs b/linux-configs index 4a15301..8485498 160000 --- a/linux-configs +++ b/linux-configs @@ -1 +1 @@ -Subproject commit 4a153019a337b308b72fc366e6314d3b2545c5da +Subproject commit 8485498ac8a213f968cb7e18c8337814542fec70 diff --git a/stow.sh b/stow.sh index 91ce428..f5b9c2b 100755 --- a/stow.sh +++ b/stow.sh @@ -35,7 +35,7 @@ stow() { create_links $SHELL_DIR ~ log "Shell stowed successfully!" - create_links $FISH_DIR ~/.config/fish + ln -s $FISH_DIR ~/.config/fish log "Fish Shell stowed successfully!" create_links $EDITOR_DIR ~