From 6cdf29b62789d79a8c892246a8926fb76e852e78 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Tue, 12 Oct 2021 16:45:14 +0200 Subject: [PATCH] cdd alias and variable --- dot_bashrc.d/maven.bashrc.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_bashrc.d/maven.bashrc.tmpl b/dot_bashrc.d/maven.bashrc.tmpl index 2a9c02b..bfc2099 100644 --- a/dot_bashrc.d/maven.bashrc.tmpl +++ b/dot_bashrc.d/maven.bashrc.tmpl @@ -1,6 +1,7 @@ -# set var +# alias and set var alias cdd='cd {{ .deploydir }}' +export cdd={{ .deploydir }} # maven if [ -f "{{ .java_truststore_file }}" ]; then