1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 22:57:46 +00:00

cwdhist: remove sqlite3 dependency (#661)

- empty-sqlite: dump pre-created empty sqlite database
    - rebind open_command_editor
    - typo: system-pune-all

Co-authored-by: nash <nash@iffy.me>
This commit is contained in:
fj0r 2023-11-12 00:25:50 +08:00 committed by GitHub
parent 77f7b40828
commit 27ffa41815
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 4 deletions

View file

@ -202,7 +202,7 @@ export def system-prune [-n: string@"nu-complete docker ns"] {
}
# system prune all
export def system-pune-all [-n: string@"nu-complete docker ns"] {
export def system-prune-all [-n: string@"nu-complete docker ns"] {
^$env.docker-cli (spr [-n $n]) system prune --all --force --volumes
}