Fix update dotfiles alias

This commit is contained in:
Marko Korhonen 2023-09-11 15:21:19 +03:00
parent a8eed9e985
commit be68ab02c1

View file

@ -209,17 +209,20 @@ update() {
cd $prevpwddocker
docker system prune -af --volumes
}
{%@@ endif @@%}
dotfiles() {
dotgit pull
dotdrop install
}
{%@@ endif @@%}
case "$1" in
all)
all
;;
dotfiles)
dotfiles
;;
plugins)
plugins
;;