dev/web: alias fly to flyctl for completion
Alan Pearce alan@alanpearce.eu
Wed, 24 Apr 2024 18:52:47 +0200
1 files changed, 4 insertions(+), 0 deletions(-)
M user/settings/development/web.nix → user/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