fish: Add default alias for df
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
6735aab569
commit
34f0edf6ac
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
"dig" = "dig +noall +answer";
|
||||
"ffmpeg" = "ffmpeg -hide_banner -loglevel error -stats -threads 10";
|
||||
"rsync" = "rsync --info=progress2 --progress -rpgo --partial --inplace";
|
||||
"df" = "df -x tmpfs -x devtmpfs -x efivarfs -h";
|
||||
|
||||
# Nix
|
||||
"nrs" = "sudo nixos-rebuild switch --flake ~gkaklas/nix/nixos/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue