github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/tiup/docker/control/bashrc (about) 1 eval $(ssh-agent) &> /dev/null 2 ssh-add /root/.ssh/id_rsa &> /dev/null 3 4 export PATH=$PATH:/usr/local/go/bin 5 6 # You may uncomment the following lines if you want `ls' to be colorized: 7 export LS_OPTIONS='--color=auto' 8 eval "`dircolors`" 9 alias ls='ls $LS_OPTIONS' 10 alias ll='ls $LS_OPTIONS -l' 11 alias l='ls $LS_OPTIONS -lA'