all repos — nixfiles @ 2276c22e9582f80127b497de16fe115a90263771

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

dev/web: alias fly to flyctl for completion
Alan Pearce alan@alanpearce.eu
Wed, 24 Apr 2024 18:52:47 +0200
commit

2276c22e9582f80127b497de16fe115a90263771

parent

46cb3422934aa93d3e7864cbb14bc1fde58ed91f

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M user/settings/development/web.nixuser/settings/development/web.nix
@@ -12,6 +12,10 @@ ] ++ (with pkgs; [     flyctl
     self.htmlformat
   ]);
+  home.shellAliases = {
+    # 0.2.25 current completion command only affects `flyctl`, although `fly` is a link to `flyctl`
+    fly = "flyctl";
+  };
   programs.emacs.extraPackages = epkgs: (with epkgs; [
     caddyfile-mode
     company-web