From d1a5e81d1baee3e3e760e012ed2192e25b824105 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 20:15:02 +0900 Subject: [PATCH] Typo --- common/dotfiles/bash.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/dotfiles/bash.nix b/common/dotfiles/bash.nix index 18427170..1d5754c5 100644 --- a/common/dotfiles/bash.nix +++ b/common/dotfiles/bash.nix @@ -33,9 +33,10 @@ ttime = "date +%H.%M"; ddate = "date +%Y.%m.%d"; dday = "date +%A"; + # nixos-rebuild nr = "nixos-rebuild"; - nrs = "nixos-rebuild switch" + nrs = "nixos-rebuild switch"; }; }; };