mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 17:50:52 +01:00
fish: Don't limit df to ext4
Important since I now use btrfs.
This commit is contained in:
parent
96ba7452fb
commit
3d65f10068
@ -136,7 +136,7 @@
|
||||
|
||||
dl = "yt-dlp";
|
||||
vol = "wpctl set-volume '@DEFAULT_AUDIO_SINK@'"; # Change the volume, e.g. vol 10%+, vol 10%-, vol 100%
|
||||
df = "df --human-readable --type=ext4 --total";
|
||||
df = "df --human-readable --total";
|
||||
du = "du --human-readable --summarize";
|
||||
jis = "recode shift_jis..utf8"; # Easily convert shift_jis-encoded files to utf8
|
||||
utf16 = "recode utf16..utf8"; # Rarely, some files from Japan are utf16 instead
|
||||
|
Loading…
Reference in New Issue
Block a user