From 7383ae4496f96b0dc307da32f7d118e3247d389f Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 22 Jan 2021 21:12:18 +0200 Subject: [PATCH] Use the personal registry. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 1740eb6..99538bd 100644 --- a/.bashrc +++ b/.bashrc @@ -127,7 +127,7 @@ alias notify="notify --hint \"string:desktop-entry:$(basename "${GIO_LAUNCHED_DE alias obsolete='aptitude search ?obsolete' alias pip2='python2 -m pip' alias pip3='python3 -m pip' -alias presentation='docker dev adarnimrod/presentation' +alias presentation='docker dev registry.shore.co.il/presentation' # shellcheck disable=SC2139 alias rc_make="make --directory $HOME --always-make" alias rc_update="rc_make vendored generated" -- GitLab