mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Add cane git alias
This commit is contained in:
@@ -54,6 +54,7 @@ in
|
|||||||
br = "branch";
|
br = "branch";
|
||||||
c = "commit -S";
|
c = "commit -S";
|
||||||
ca = "commit -S --amend";
|
ca = "commit -S --amend";
|
||||||
|
cane = "commit -S --amend --no-edit";
|
||||||
cb = "checkout -b";
|
cb = "checkout -b";
|
||||||
co = "checkout";
|
co = "checkout";
|
||||||
d = "diff";
|
d = "diff";
|
||||||
@@ -149,12 +150,13 @@ in
|
|||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
|
g = "git";
|
||||||
grep = "rg --smart-case";
|
grep = "rg --smart-case";
|
||||||
k = "kubectl";
|
k = "kubectl";
|
||||||
ls = "exa -la --git";
|
ls = "exa -la --git";
|
||||||
ps = "procs";
|
ps = "procs";
|
||||||
tree = "exa --tree";
|
|
||||||
t = "tmux-sessionizer";
|
t = "tmux-sessionizer";
|
||||||
|
tree = "exa --tree";
|
||||||
};
|
};
|
||||||
|
|
||||||
"oh-my-zsh" = {
|
"oh-my-zsh" = {
|
||||||
|
Reference in New Issue
Block a user