From 2276c22e9582f80127b497de16fe115a90263771 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 24 Apr 2024 18:52:47 +0200 Subject: dev/web: alias fly to flyctl for completion --- user/settings/development/web.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user/settings/development/web.nix b/user/settings/development/web.nix index b617898c..7570cadb 100644 --- a/user/settings/development/web.nix +++ b/user/settings/development/web.nix @@ -12,6 +12,10 @@ 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 -- cgit 1.4.1