mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-23 03:19:40 +00:00
[ROSBE-UNIX] Inherit user's .bashrc file
Add an identification to terminal prompt
This commit is contained in:
parent
ba1f4584e2
commit
7c82f11832
@ -1,3 +1,11 @@
|
||||
# extend user's RC file
|
||||
if [ -f $HOME/.bashrc ]; then
|
||||
source $HOME/.bashrc
|
||||
fi
|
||||
|
||||
# identify us in prompt
|
||||
export PS1="(RosBE) ${PS1}"
|
||||
|
||||
# Set aliases
|
||||
alias basedir="source $_ROSBE_ROSSCRIPTDIR/basedir.sh"
|
||||
alias charch="source $_ROSBE_ROSSCRIPTDIR/charch.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user