mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-18 23:56:55 +02:00
fish: Add abbreviation for nixos-rebuild build-vm
This commit is contained in:
parent
e47b456ff2
commit
f6ef515f80
@ -58,6 +58,7 @@
|
||||
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
|
||||
jp = "LANG=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8";
|
||||
vm = "cd ~/nix-config && nixos-rebuild build-vm --flake . && ./result/bin/run-nixos-vm && trash put result nixos.qcow2";
|
||||
|
||||
c = "tput reset"; # Clear the terminal completely
|
||||
e = "exit";
|
||||
|
Loading…
x
Reference in New Issue
Block a user