Add tailscale cli to path
This commit is contained in:
parent
7a4639c50b
commit
5f0ddd7ea6
1 changed files with 9 additions and 6 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue