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
|
|
@ -5,7 +5,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
cdtmp = "cd $(mktemp -d)";
|
cdtmp = "cd $(mktemp -d)";
|
||||||
gclean = "git cleanup-branches";
|
gclean = "git tidy";
|
||||||
theme = "bash ~/dotfiles/scripts/theme.sh";
|
theme = "bash ~/dotfiles/scripts/theme.sh";
|
||||||
music = "mpv --no-video --log-file=~/music_history.log \"$(find $HOME/Music/ -type f \\( -name '*.mp3' -o -name '*.wav' -o -name '*.flac' -o -name '*.m4a' -o -name '*.ogg' \\) | fzf)\"";
|
music = "mpv --no-video --log-file=~/music_history.log \"$(find $HOME/Music/ -type f \\( -name '*.mp3' -o -name '*.wav' -o -name '*.flac' -o -name '*.m4a' -o -name '*.ogg' \\) | fzf)\"";
|
||||||
weather = "curl wttr.in/?T";
|
weather = "curl wttr.in/?T";
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,7 @@
|
||||||
editor = "nvim";
|
editor = "nvim";
|
||||||
};
|
};
|
||||||
alias = {
|
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