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;
|
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'";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue