sistema_progs

Programas para customizar o meu entorno de traballo nos meus equipos persoais
Log | Files | Refs

bashrc (379B)


      1 # bashrc
      2 
      3 export STARSHIP_CONFIG=$PWD/starship-left.toml
      4 starship_config_right=$PWD/starship-right.toml
      5 eval "$(starship init bash)"
      6 source ~/.mwg/src/ble.sh/out/ble.sh
      7 bleopt prompt_ruler=empty-line
      8 blehook PRECMD+='bleopt prompt_rps1="$(STARSHIP_CONFIG=$starship_config_right starship prompt)"'
      9 
     10 #blehook PRECMD+='cat -A <<< "[rps1: $bleopt_prompt_rps1][[ps1: $PS1]" >> a.txt'