Functional version of bashrc
Tuning for tiger
This commit is contained in:
12
bashrc
12
bashrc
@@ -1,6 +1,10 @@
|
||||
WORKSPACE=$(dirname "$0")
|
||||
if [[ $0 != $BASH_SOURCE ]]; then
|
||||
WORKSPACE=$(dirname $BASH_SOURCE)
|
||||
|
||||
for rc_file in $WORKSPACE/rc/*.rc; do
|
||||
echo "source $rc_file"
|
||||
done
|
||||
for rc_file in $WORKSPACE/rc/*.rc; do
|
||||
source $rc_file
|
||||
done
|
||||
else
|
||||
echo "not sourced"
|
||||
fi
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
alias dc=docker-compose
|
||||
alias dcm='dc $DCF'
|
||||
alias dcl='dcm logs'
|
||||
|
||||
alias fd=fdfind
|
||||
|
||||
0
rc/git-prompt.rc
Executable file → Normal file
0
rc/git-prompt.rc
Executable file → Normal file
5
rc/tiger.rc
Normal file
5
rc/tiger.rc
Normal file
@@ -0,0 +1,5 @@
|
||||
export DCF="-f docker-compose.yaml -f docker-compose-monitoring.yaml"
|
||||
export MIN_SERVICES="pulsar-create-namespace postgres redis jaeger router"
|
||||
#export SERVICES="afm-exec-api sql-executor scan-model router data-loader"
|
||||
export SERVICES="afm-exec-api aqe config-manager metadata-api result-cache scan-model sql-executor swagger-ui"
|
||||
export SPRING_ZIPKIN_ENABLED=true
|
||||
Reference in New Issue
Block a user