diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-10 08:11:36 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-10 08:11:36 +0100 |
commit | ae3ee40122874b15242821249e101147f573b508 (patch) | |
tree | 5d15d7dc796711683243229acc0ca7e05a9a21b4 /roles | |
parent | a65169cc0ad0e83e0febb22686e7efc250101615 (diff) | |
download | Ansible-ae3ee40122874b15242821249e101147f573b508.tar.gz Ansible-ae3ee40122874b15242821249e101147f573b508.tar.zst Ansible-ae3ee40122874b15242821249e101147f573b508.zip |
Add stgit completion
Diffstat (limited to 'roles')
-rw-r--r-- | roles/shell/bash/templates/bashrc.j2 | 2 |
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" | |||
29 | alias psp="pstree -aUp $USER" | 29 | alias psp="pstree -aUp $USER" |
30 | alias dotdrop="dotdrop --cfg $XDG_CONFIG_HOME/dotdrop/config.yaml" | 30 | alias 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 |
34 | alias getDump='s3cmd -c <(pass show Travail/Fretlink/S3) get ' | 36 | alias getDump='s3cmd -c <(pass show Travail/Fretlink/S3) get ' |