cdd alias and variable

main
Yax 3 years ago
parent 2a676689f7
commit 6cdf29b627

@ -1,6 +1,7 @@
# set var # alias and set var
alias cdd='cd {{ .deploydir }}' alias cdd='cd {{ .deploydir }}'
export cdd={{ .deploydir }}
# maven # maven
if [ -f "{{ .java_truststore_file }}" ]; then if [ -f "{{ .java_truststore_file }}" ]; then

Loading…
Cancel
Save