summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-10 08:11:36 +0100
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-10 08:11:36 +0100
commitae3ee40122874b15242821249e101147f573b508 (patch)
tree5d15d7dc796711683243229acc0ca7e05a9a21b4
parenta65169cc0ad0e83e0febb22686e7efc250101615 (diff)
downloadAnsible-ae3ee40122874b15242821249e101147f573b508.tar.gz
Ansible-ae3ee40122874b15242821249e101147f573b508.tar.zst
Ansible-ae3ee40122874b15242821249e101147f573b508.zip
Add stgit completion
-rw-r--r--roles/shell/bash/templates/bashrc.j22
1 files changed, 2 insertions, 0 deletions
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"
29alias psp="pstree -aUp $USER" 29alias psp="pstree -aUp $USER"
30alias dotdrop="dotdrop --cfg $XDG_CONFIG_HOME/dotdrop/config.yaml" 30alias dotdrop="dotdrop --cfg $XDG_CONFIG_HOME/dotdrop/config.yaml"
31 31
32[[ -f /usr/share/stgit/completion/stgit-completion.bash ]] && . /usr/share/stgit/completion/stgit-completion.bash
33
32{% if role.get(profile) == "fretlink" %} 34{% if role.get(profile) == "fretlink" %}
33##### Some Fretlink aliases 35##### Some Fretlink aliases
34alias getDump='s3cmd -c <(pass show Travail/Fretlink/S3) get ' 36alias getDump='s3cmd -c <(pass show Travail/Fretlink/S3) get '