gc
This commit is contained in:
parent
82078941c3
commit
8e85429c8f
1 changed files with 5 additions and 1 deletions
|
|
@ -75,5 +75,9 @@ def bump [...rest] {
|
|||
|
||||
alias rb = rebuild boot
|
||||
alias rs = rebuild switch
|
||||
alias gc = nh clean all
|
||||
|
||||
def gc [] {
|
||||
sudo nix-collect-garbage -d
|
||||
snapper clear
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue