From 2c9273bc6c5340d629198fba79dbf73c5ccca9cf Mon Sep 17 00:00:00 2001 From: drymer Date: Sun, 22 Jul 2018 22:51:45 +0200 Subject: [PATCH] Use weechat from my registry --- roles/shell-dotfiles/files/aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/shell-dotfiles/files/aliases b/roles/shell-dotfiles/files/aliases index 3ef9703..46a9475 100644 --- a/roles/shell-dotfiles/files/aliases +++ b/roles/shell-dotfiles/files/aliases @@ -7,7 +7,7 @@ alias ls='ls --color' alias ec="emacsclient -t" alias nav="qutebrowser --target tab-bg-silent " alias rmr="/bin/rm" -alias weechat="docker run -ti --name weechat --rm -v ~/.weechat:/weechat --net=host drymer-weechat" +alias weechat="docker run -ti --name weechat --rm -v ~/.weechat:/weechat --net=host registry.daemons.it/weechat" alias ledger="ledger -f ~/Documentos/Finanzas/finanzas.ldg" alias cdtemp="cd `mktemp -d`" alias gitinit="git config user.email drymer@autistici.org; git config user.name drymer; git config commit.gpgsign true"