remove history
This commit is contained in:
parent
c4e24b2491
commit
683c766b22
2 changed files with 1 additions and 16 deletions
|
@ -264,7 +264,7 @@ let-env config = {
|
|||
}
|
||||
}
|
||||
history: {
|
||||
max_size: 10000 # Session has to be reloaded for this to take effect
|
||||
max_size: 0 # Session has to be reloaded for this to take effect
|
||||
sync_on_enter: true # Enable to share history between multiple sessions, else you have to close the session to write history to file
|
||||
file_format: "plaintext" # "sqlite" or "plaintext"
|
||||
}
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
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