Changes between Initial Version and Version 1 of bashrc


Ignore:
Timestamp:
Mar 10, 2023, 6:30:33 PM (2 years ago)
Author:
meunier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • bashrc

    v1 v1  
     1{{{
     2source /users/outil/soc/env_soclib.sh
     3export PATH=/opt/gcc-cross-mipsel/8.2.0/bin/:$PATH
     4alias ls='ls --color=auto'
     5export PS1="\[\e[0;34m\]\u\[\e[m\]@\[\e[0;31m\]\h\[\e[m\]:\w> "
     6}}}