fish: Remove old test abbreviation

This commit is contained in:
Donovan Glover 2023-08-07 21:13:10 -04:00
parent 794db6dbec
commit 955ed07d33
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -119,7 +119,6 @@
jp = "LANG=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8";
vm = "nixos-rebuild build-vm --flake . && ./result/bin/run-nixos-vm && trash put result nixos.qcow2";
sw = "sudo nixos-rebuild switch --flake .";
st = "crystal spec tests/main.cr --progress --verbose";
tf = "treefmt";
c = "clear";