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"