From 6454e761404714a1812c5785f0f2e45ed80cc2e0 Mon Sep 17 00:00:00 2001 From: Nefrace Date: Sat, 31 May 2025 16:55:38 +0300 Subject: [PATCH] edited --- prepare.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) mode change 100644 => 100755 prepare.sh diff --git a/prepare.sh b/prepare.sh old mode 100644 new mode 100755 index 840dfc4..6f27b86 --- a/prepare.sh +++ b/prepare.sh @@ -4,4 +4,7 @@ cat ~/.bashrc | grep nfrc || echo "source ~/.dotfiles/nfrc.sh" >> ~/.bashrc sudo pacman -S fzf zoxide fd nvim stow -dirs=$(find ./ -maxdepth 1 -mindepth 1 -not -path "./.git" -type d | sed 's:./::') +dirs=$(find ./ -maxdepth 1 -mindepth 1 -not -path "./.git" -not -path "./bin" -type d | sed 's:./::') + +echo $dirs +