fish: Add default alias for df

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2024-05-03 21:20:05 +03:00
parent 6735aab569
commit 34f0edf6ac
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -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/";