test
This commit is contained in:
parent
d4664d34df
commit
0d1b3af919
1 changed files with 4 additions and 1 deletions
|
@ -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'";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue