1

Modules/Fish: Add nix shell abbr

This commit is contained in:
2025-07-19 04:02:08 +02:00
parent 20003ebf98
commit 2110c0fb63

View File

@ -141,9 +141,10 @@ in {
blk = batify "lsblk -o NAME,LABEL,PARTLABEL,FSTYPE,SIZE,FSUSE%,MOUNTPOINT";
blkids = batify "lsblk -o NAME,LABEL,FSTYPE,SIZE,PARTLABEL,MODEL,ID,UUID";
watch = "watch -d -c -n 0.5";
nps = "nps -e";
nd = "nix develop";
nb = "nix build -L";
nps = "nps -e";
ns = "nix shell nixpkgs#";
}
# Impermanence