shortcut ga gc

master
Elias Almqvist 3 months ago
parent f00259b64a
commit 6f92e080d4
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 1
      nix-darwin/home.nix

@ -245,6 +245,7 @@
cr = "cd $(git rev-parse --show-toplevel)";
nd = "nix develop -c $SHELL";
ls = "ls --color";
gac = "git add -A && git commit -m";
};
oh-my-zsh = {
enable = true;

Loading…
Cancel
Save