Fix update dotfiles alias
This commit is contained in:
parent
8cf22d17f8
commit
85203e7811
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue