chore(nix): attempt to create alias for killall-uni2work

This commit is contained in:
Steffen Jost 2023-11-23 18:05:16 +01:00
parent 400a3449c5
commit dc6079ec3b

View File

@ -257,6 +257,10 @@ let
done
'';
environment.interactiveShellInit = ''
alias killuni2work='killall-uni2work'
'';
diffRunning = pkgs.writeScriptBin "diff-running" ''
#!${pkgs.zsh}/bin/zsh