Add tailscale cli to path
This commit is contained in:
parent
7a4639c50b
commit
5f0ddd7ea6
1 changed files with 9 additions and 6 deletions
|
|
@ -6,13 +6,16 @@
|
|||
./zsh.nix
|
||||
];
|
||||
|
||||
home.shellAliases = {
|
||||
home = {
|
||||
shellAliases = {
|
||||
"deploy" = "ssh -t galanthus 'cd ~/.config/nix; git pull --rebase; nh os switch'";
|
||||
"mv" = "mv -i";
|
||||
"rm" = "trash";
|
||||
"tree" = "lt";
|
||||
"zz" = "z -";
|
||||
};
|
||||
## Add Tailscale cli to path
|
||||
sessionPath = [ "/Applications/Tailscale.app/Contents/MacOS" ];
|
||||
};
|
||||
|
||||
programs = {
|
||||
atuin.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue