Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Search
Context Navigation
← Previous Change
Wiki History
Next Change →
Changes between
Initial Version
and
Version 1
of
bashrc
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Mar 10, 2023, 6:30:33 PM (
2 years
ago)
Author:
meunier
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
bashrc
v1
v1
1
{{{
2
source /users/outil/soc/env_soclib.sh
3
export PATH=/opt/gcc-cross-mipsel/8.2.0/bin/:$PATH
4
alias ls='ls --color=auto'
5
export PS1="\[\e[0;34m\]\u\[\e[m\]@\[\e[0;31m\]\h\[\e[m\]:\w> "
6
}}}