[host/hypnos] 增加 tailscale 和 brew 的 alias

This commit is contained in:
2026-01-23 10:52:39 +08:00
parent 0fa39523f7
commit 1a78ba0726
+2
View File
@@ -21,6 +21,8 @@
programs.zsh.shellAliases = { programs.zsh.shellAliases = {
"hm-update" = "home-manager switch --flake ${config.home.homeDirectory}/flakes#origami@hypnos"; "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}'"; programs.zsh.initContent = "zstyle ':prompt:grml:*:items:user' pre '%F{#82C8E5}'";