From 45deba10af31d7c5e327036be352ae891a56e864 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 18 Aug 2024 19:35:30 -0400 Subject: [PATCH] add shortcut for systemctl cat --- modules/common/shell/fish/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/common/shell/fish/default.nix b/modules/common/shell/fish/default.nix index ade0666..3b7e615 100644 --- a/modules/common/shell/fish/default.nix +++ b/modules/common/shell/fish/default.nix @@ -105,6 +105,7 @@ s = "sudo"; sc = "systemctl"; scs = "systemctl status"; + sca = "systemctl cat"; m = "make"; t = "trash";