From 38333604697fe5486b6b5eb9748678e88c00eb09 Mon Sep 17 00:00:00 2001 From: sam rolfe Date: Tue, 7 Oct 2025 09:31:09 +1100 Subject: [PATCH] Updated .gitignore to remove history.txt --- .gitignore | 1 + nushell/history.txt | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1138cb3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +nushell/history.txt diff --git a/nushell/history.txt b/nushell/history.txt index ac6d059..2dec15a 100644 --- a/nushell/history.txt +++ b/nushell/history.txt @@ -82,3 +82,7 @@ echo "nushell/history.txt" >> ~/dotfiles/.gitignore cd ../ cd ~/dotfiles/nushell lazygit +echo "nushell/history.txt" >> ~/dotfiles/.gitignore +cd ~/dotfiles/nushell +nvim ~/dotfiles/.gitignore +cd ../