remove gitignore
This commit is contained in:
parent
b4937f42dd
commit
c4e24b2491
2 changed files with 14 additions and 1 deletions
1
nushell/.config/nushell/.gitignore
vendored
1
nushell/.config/nushell/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
history.txt
|
|
|
@ -1 +1,15 @@
|
||||||
history --clear
|
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
|
||||||
|
|
Reference in a new issue