Change docker update function name

This commit is contained in:
Marko Korhonen 2020-04-15 13:09:11 +03:00
parent adeb91c491
commit 3abc0fb48e
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -120,7 +120,7 @@ update() {
plugins plugins
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}
base --devel base --devel
docker docker-update
{%@@ elif profile == "Mirkwood" @@%} {%@@ elif profile == "Mirkwood" @@%}
base --devel firefox-nightly base --devel firefox-nightly
{%@@ else @@%} {%@@ else @@%}
@ -142,7 +142,7 @@ update() {
} }
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}
docker() { docker-update() {
for dir in $HOME/Git/dotfiles/docker/*; do for dir in $HOME/Git/dotfiles/docker/*; do
cd $dir cd $dir
docker-compose pull docker-compose pull
@ -168,7 +168,7 @@ update() {
;; ;;
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}
docker) docker)
docker docker-update
;; ;;
{%@@ endif @@%} {%@@ endif @@%}
*) *)
@ -187,7 +187,7 @@ tether() { adb shell su -c "service call connectivity 33 i32 1 s16 me" > /dev/nu
alias reflect='sudo reflector --latest 200 --threads 8 --verbose --protocol http --protocol https --sort rate --save /etc/pacman.d/mirrorlist' alias reflect='sudo reflector --latest 200 --threads 8 --verbose --protocol http --protocol https --sort rate --save /etc/pacman.d/mirrorlist'
# better ls # better ls
alias ls='exa --time-style=long-iso --git' alias ls='ls_extended -I'
# default icon for notify-send # default icon for notify-send
alias notify-send='notify-send --icon=alarm' alias notify-send='notify-send --icon=alarm'