From c4e24b2491fc9e709cf3a617385184f9965f01a3 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 18 Dec 2022 04:08:31 -0500 Subject: [PATCH] remove gitignore --- nushell/.config/nushell/.gitignore | 1 - nushell/.config/nushell/history.txt | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) delete mode 100644 nushell/.config/nushell/.gitignore diff --git a/nushell/.config/nushell/.gitignore b/nushell/.config/nushell/.gitignore deleted file mode 100644 index a3e737a..0000000 --- a/nushell/.config/nushell/.gitignore +++ /dev/null @@ -1 +0,0 @@ -history.txt diff --git a/nushell/.config/nushell/history.txt b/nushell/.config/nushell/history.txt index 709597c..4b44af8 100644 --- a/nushell/.config/nushell/history.txt +++ b/nushell/.config/nushell/history.txt @@ -1 +1,15 @@ history --clear +cd +cd .config/ +cd +cd dots/ +cd nushell/ +ls +cd .config/ +ls +cd nushell/ +ls +mv .gitignore ~/dots/ +cd +cd dots/ +rm -rf .gitignore