forked from extern/nix-config
fish: Add nix abbreviations
This commit is contained in:
parent
d1cb8c5731
commit
6447c0c30e
@ -82,9 +82,16 @@
|
|||||||
tr = "trash restore";
|
tr = "trash restore";
|
||||||
te = "trash empty";
|
te = "trash empty";
|
||||||
|
|
||||||
|
nf = "nix flake";
|
||||||
|
nfu = "nix flake update";
|
||||||
|
nd = "nix develop --command fish";
|
||||||
|
nb = "nix build";
|
||||||
|
ns = "nix shell";
|
||||||
|
nr = "nix run";
|
||||||
|
ncg = "sudo nix-collect-garbage d";
|
||||||
|
|
||||||
dl = "yt-dlp";
|
dl = "yt-dlp";
|
||||||
vol = "wpctl set-volume '@DEFAULT_AUDIO_SINK@'"; # Change the volume, e.g. vol 10%+, vol 10%-, vol 100%
|
vol = "wpctl set-volume '@DEFAULT_AUDIO_SINK@'"; # Change the volume, e.g. vol 10%+, vol 10%-, vol 100%
|
||||||
nf = "clear; and neofetch --size 56%";
|
|
||||||
df = "df --human-readable --type=ext4 --total";
|
df = "df --human-readable --type=ext4 --total";
|
||||||
du = "du --human-readable --summarize";
|
du = "du --human-readable --summarize";
|
||||||
jis = "recode shift_jis..utf8"; # Easily convert shift_jis-encoded files to utf8
|
jis = "recode shift_jis..utf8"; # Easily convert shift_jis-encoded files to utf8
|
||||||
|
Loading…
Reference in New Issue
Block a user