diff --git a/nixos/fish.nix b/nixos/fish.nix index 10294ca..5c7a2d2 100644 --- a/nixos/fish.nix +++ b/nixos/fish.nix @@ -5,7 +5,7 @@ enable = true; shellAliases = { cdtmp = "cd $(mktemp -d)"; - gclean = "git cleanup-branches"; + gclean = "git tidy"; 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)\""; weather = "curl wttr.in/?T"; diff --git a/nixos/home/danny/home.nix b/nixos/home/danny/home.nix index b1d8345..da99843 100644 --- a/nixos/home/danny/home.nix +++ b/nixos/home/danny/home.nix @@ -75,7 +75,7 @@ editor = "nvim"; }; alias = { - "cleanup-branches" = "!bash ~/dotfiles/scripts/git-cleanup-branches.sh"; + "tidy" = "!bash ~/dotfiles/scripts/git-cleanup-branches.sh"; }; }; };