From dc6079ec3b4eae32fe0e4325f958955edbcef965 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Thu, 23 Nov 2023 18:05:16 +0100 Subject: [PATCH] chore(nix): attempt to create alias for killall-uni2work --- shell.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shell.nix b/shell.nix index 0988cc475..9acbf8a78 100644 --- a/shell.nix +++ b/shell.nix @@ -257,6 +257,10 @@ let done ''; + environment.interactiveShellInit = '' + alias killuni2work='killall-uni2work' + ''; + diffRunning = pkgs.writeScriptBin "diff-running" '' #!${pkgs.zsh}/bin/zsh