This commit is contained in:
iFargle 2023-07-06 20:49:55 +09:00
parent d4664d34df
commit 0d1b3af919

View file

@ -6,6 +6,9 @@
enable = true;
enableCompletion = true;
shellAliases = {
# Disable askpass for cli auth:
SSH_ASKPASS = "";
# docker
d = "docker";
dc = "docker-compose";
@ -41,7 +44,7 @@
nrb = "nixos-rebuild build";
# sops
sops = "nix-shell -p sops --run 'sops $1'";
sops = "nix-shell -p sops --run 'sops $0'";
};
};
};