X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FAnsible.git;a=blobdiff_plain;f=roles%2Fshell%2Fbash%2Ftemplates%2Fbashrc.j2;h=fff19f762624f64731767fdc92db6c4f8de0d8a4;hp=2018f55754c0403db7785e5758fc06aa982c9615;hb=ae3ee40122874b15242821249e101147f573b508;hpb=a65169cc0ad0e83e0febb22686e7efc250101615 diff --git a/roles/shell/bash/templates/bashrc.j2 b/roles/shell/bash/templates/bashrc.j2 index 2018f55..fff19f7 100644 --- a/roles/shell/bash/templates/bashrc.j2 +++ b/roles/shell/bash/templates/bashrc.j2 @@ -29,6 +29,8 @@ alias rm="rm -i" alias psp="pstree -aUp $USER" alias dotdrop="dotdrop --cfg $XDG_CONFIG_HOME/dotdrop/config.yaml" +[[ -f /usr/share/stgit/completion/stgit-completion.bash ]] && . /usr/share/stgit/completion/stgit-completion.bash + {% if role.get(profile) == "fretlink" %} ##### Some Fretlink aliases alias getDump='s3cmd -c <(pass show Travail/Fretlink/S3) get '