summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 '