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