added d and dfr aliases
This commit is contained in:
parent
a8cbb0bca1
commit
ae2c3c9557
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ with import <nixpkgs> {};
|
|||
"nt" = "(cd /tmp && nixos-rebuild test)";
|
||||
"ns" = "nixos-rebuild switch";
|
||||
"nsu" = "nixos-rebuild switch --upgrade";
|
||||
"dfr" = "df -h | head -n +1; df -h | tail -n +2 | sort -nrk5";
|
||||
"d" = ''du -ahx "$PWD" --exclude=/proc| sort -rh 2>/dev/null |head -40 | sort -rh 2>/dev/null'';
|
||||
};
|
||||
}
|
||||
# vim: set et ts=2 sw=2 ai:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue