git sw alias

This commit is contained in:
nora 2023-09-29 08:29:44 +02:00
parent 742ce69655
commit f31db2775b

View file

@ -10,6 +10,7 @@
fpush = "push --force-with-lease"; fpush = "push --force-with-lease";
resq = "rebase --autosquash -i"; resq = "rebase --autosquash -i";
pfush = "!echo \"hör uf ume z'pfusche und machs richtig\""; pfush = "!echo \"hör uf ume z'pfusche und machs richtig\"";
sw = "!git checkout $(git branch --format \"%(refname:lstrip=2)\" | ${pkgs.lib.getExe pkgs.fzf})";
}; };
difftastic = { difftastic = {
enable = true; enable = true;