added bashrc modification

This commit is contained in:
Nefrace 2025-05-31 16:48:28 +03:00
parent 26facc6f47
commit fb7f0a7401
1 changed files with 2 additions and 0 deletions

View File

@ -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:./::')