From fb7f0a74014395570a36e5b11867a6b701257a67 Mon Sep 17 00:00:00 2001 From: Nefrace Date: Sat, 31 May 2025 16:48:28 +0300 Subject: [PATCH] added bashrc modification --- prepare.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prepare.sh b/prepare.sh index 8072080..840dfc4 100644 --- a/prepare.sh +++ b/prepare.sh @@ -1,5 +1,7 @@ #!/bin/bash +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:./::')