Migrate expand-multiple-dots.zsh to new location

This commit is contained in:
Spotlight 2023-05-05 21:27:39 -05:00
parent c55af8df12
commit 75a64abba2
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -65,10 +65,9 @@
}; };
file = "powerlevel10k.zsh-theme"; file = "powerlevel10k.zsh-theme";
} }
# TODO: expand-multiple-dots.zsh should be bundled alone.
{ {
name = "exand-multiple-dots"; name = "expand-multiple-dots";
src = "${config.home.homeDirectory}/.dotfiles/zsh"; src = "${config.home.homeDirectory}/.dotfiles/zsh/expand-multiple-dots";
file = "expand-multiple-dots.zsh"; file = "expand-multiple-dots.zsh";
} }
]; ];