Add tailscale cli to path

This commit is contained in:
Jan Kremer 2026-02-18 17:35:07 +01:00
parent 7a4639c50b
commit 5f0ddd7ea6
No known key found for this signature in database

View file

@ -6,12 +6,15 @@
./zsh.nix ./zsh.nix
]; ];
home.shellAliases = { home = {
"deploy" = "ssh -t galanthus 'cd ~/.config/nix; git pull --rebase; nh os switch'"; shellAliases = {
"mv" = "mv -i"; "deploy" = "ssh -t galanthus 'cd ~/.config/nix; git pull --rebase; nh os switch'";
"rm" = "trash"; "mv" = "mv -i";
"tree" = "lt"; "rm" = "trash";
"zz" = "z -"; "zz" = "z -";
};
## Add Tailscale cli to path
sessionPath = [ "/Applications/Tailscale.app/Contents/MacOS" ];
}; };
programs = { programs = {