all repos — nixfiles @ 7f3e574437879f97ca606b29f7a914bc04f32fbb

System and user configuration, managed by nix and home-manager

Make shell aliases shell-agnostic

Alan Pearce
commit

7f3e574437879f97ca606b29f7a914bc04f32fbb

parent

62e1af7c507917673ed5299478c27d341089a544

1 file changed, 6 insertions(+), 6 deletions(-)

changed files
M user/settings/satoshipay.nixuser/settings/satoshipay.nix
@@ -68,6 +68,12 @@ contents = spGitConfig;
} ]; + home.shellAliases = { + kns = "kubens"; + kx = "kubectx"; + ks = "echo $(kubectx -c):$(kubens -c)"; + klot = "kubetail"; + }; programs.zsh = { plugins = [ {
@@ -81,12 +87,6 @@ sha256 = "1xlq0vzxaiv2ciwifamr29lcqdyg44dra48c5ad29rj973vvy97z";
}; } ]; - shellAliases = { - kns = "kubens"; - kx = "kubectx"; - ks = "echo $(kubectx -c):$(kubens -c)"; - klot = "kubetail"; - }; initExtra = '' if [[ -n $commands[helm] ]] then