From 1a78ba0726b261f7c1d3ca67117e0b4deefaefe1 Mon Sep 17 00:00:00 2001 From: Origami404 Date: Fri, 23 Jan 2026 10:52:39 +0800 Subject: [PATCH] =?UTF-8?q?[host/hypnos]=20=E5=A2=9E=E5=8A=A0=20tailscale?= =?UTF-8?q?=20=E5=92=8C=20brew=20=E7=9A=84=20alias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/hosts/hypnos.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/hosts/hypnos.nix b/home/hosts/hypnos.nix index 391ef62..6c9c48f 100644 --- a/home/hosts/hypnos.nix +++ b/home/hosts/hypnos.nix @@ -21,6 +21,8 @@ programs.zsh.shellAliases = { "hm-update" = "home-manager switch --flake ${config.home.homeDirectory}/flakes#origami@hypnos"; + "brew" = "/opt/homebrew/bin/brew"; + "tailscale" = "/Applications/Tailscale.app/Contents/MacOS/Tailscale"; }; # 外壳同款配色 programs.zsh.initContent = "zstyle ':prompt:grml:*:items:user' pre '%F{#82C8E5}'";