Updated .gitignore to remove history.txt

This commit is contained in:
2025-10-07 09:31:09 +11:00
parent 6245f72e58
commit 3833360469
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
nushell/history.txt

View File

@ -82,3 +82,7 @@ echo "nushell/history.txt" >> ~/dotfiles/.gitignore
cd ../ cd ../
cd ~/dotfiles/nushell cd ~/dotfiles/nushell
lazygit lazygit
echo "nushell/history.txt" >> ~/dotfiles/.gitignore
cd ~/dotfiles/nushell
nvim ~/dotfiles/.gitignore
cd ../