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