refactor: rename git cleanup alias to 'tidy' in fish and home.nix configurations 🎨
This commit is contained in:
parent
d3e1fbb85d
commit
9c816b95ce
2 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@
|
|||
editor = "nvim";
|
||||
};
|
||||
alias = {
|
||||
"cleanup-branches" = "!bash ~/dotfiles/scripts/git-cleanup-branches.sh";
|
||||
"tidy" = "!bash ~/dotfiles/scripts/git-cleanup-branches.sh";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue