Fix update dotfiles alias

This commit is contained in:
Marko Korhonen 2023-09-11 15:21:19 +03:00
parent 8cf22d17f8
commit 85203e7811
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

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