github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/tiup/docker/node/bashrc (about)

     1  export PATH=$PATH:/usr/local/go/bin
     2  
     3  # You may uncomment the following lines if you want `ls' to be colorized:
     4  export LS_OPTIONS='--color=auto'
     5  eval "`dircolors`"
     6  alias ls='ls $LS_OPTIONS'
     7  alias ll='ls $LS_OPTIONS -l'
     8  alias l='ls $LS_OPTIONS -lA'