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:
parent
77f7b40828
commit
27ffa41815
2 changed files with 19 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue