diff --git a/roles/shell-dotfiles/files/aliases b/roles/shell-dotfiles/files/aliases index fa614c9..9b17354 100644 --- a/roles/shell-dotfiles/files/aliases +++ b/roles/shell-dotfiles/files/aliases @@ -10,6 +10,6 @@ alias rmr="/bin/rm" alias weechat="docker run -ti --name weechat --rm -v ~/.weechat:/weechat --net=host drymer-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" +alias gitinit="git config user.email drymer@autistici.org; git config user.name drymer; git config commit.gpgsign true" alias ytv="cd ~/.syncthing/VideosMovil; torify youtube-dl -f 18 " -alias h='function hdi(){ howdoi $* -n 3; }; hdi' \ No newline at end of file +alias h='function hdi(){ howdoi $* -n 3; }; hdi'