Compare commits
No commits in common. "931ba6b899c7e0d2aa9b191d03cba2edfb5c7414" and "a86f527a76297ecb4e565e2a83279417b65b6abf" have entirely different histories.
931ba6b899
...
a86f527a76
2 changed files with 1 additions and 9 deletions
|
|
@ -53,11 +53,6 @@ in {
|
||||||
grid = "git rebase -i --autosquash $(git_develop_branch)";
|
grid = "git rebase -i --autosquash $(git_develop_branch)";
|
||||||
gpub =
|
gpub =
|
||||||
"git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)";
|
"git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)";
|
||||||
# tsec - TailScale Exit node Connect
|
|
||||||
tsec =
|
|
||||||
"tailscale set --exit-node=$(tailscale exit-node suggest | awk '{print $4}' | head -n1)";
|
|
||||||
# tsed - TailScale Exit node Disconnect
|
|
||||||
tsed = "tailscale set --exit-node=";
|
|
||||||
};
|
};
|
||||||
sessionPath = [ "$HOME/.local/bin" ];
|
sessionPath = [ "$HOME/.local/bin" ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -20,10 +20,7 @@
|
||||||
SSH_AUTH_SOCK =
|
SSH_AUTH_SOCK =
|
||||||
"$(${pkgs.gnupg}/bin/gpgconf --list-dirs agent-ssh-socket)";
|
"$(${pkgs.gnupg}/bin/gpgconf --list-dirs agent-ssh-socket)";
|
||||||
};
|
};
|
||||||
shellAliases = {
|
shellAliases = { nproc = "sysctl -n hw.logicalcpu"; };
|
||||||
nproc = "sysctl -n hw.logicalcpu";
|
|
||||||
tailscale = "/Applications/Tailscale.app/Contents/MacOS/Tailscale";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
launchd = {
|
launchd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue