Add cane git alias

This commit is contained in:
Dave Gallant
2021-12-19 23:12:41 -05:00
parent 395181a070
commit 328f4b8322

View File

@@ -54,6 +54,7 @@ in
br = "branch";
c = "commit -S";
ca = "commit -S --amend";
cane = "commit -S --amend --no-edit";
cb = "checkout -b";
co = "checkout";
d = "diff";
@@ -149,12 +150,13 @@ in
shellAliases = {
".." = "cd ..";
g = "git";
grep = "rg --smart-case";
k = "kubectl";
ls = "exa -la --git";
ps = "procs";
tree = "exa --tree";
t = "tmux-sessionizer";
tree = "exa --tree";
};
"oh-my-zsh" = {