53eaed4c7f
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
9 lines
397 B
Plaintext
9 lines
397 B
Plaintext
# Promethean Terminal shell init
|
|
[[ -f ~/.bashrc ]] && source ~/.bashrc
|
|
export VIRTUAL_ENV_DISABLE_PROMPT=1
|
|
if [[ -f "$HOME/nexus-core/Promethean/bin/activate" ]]; then
|
|
source "$HOME/nexus-core/Promethean/bin/activate"
|
|
fi
|
|
export PS1='\[\e[0;35m\](Promethean)\[\e[0m\] ${debian_chroot:+($debian_chroot)}\[\e[0;37m\]\u@\h\[\e[0m\]:\[\e[1;32m\]\w\[\e[0m\]\$ '
|
|
printf '\e]0;Promethean Terminal\a'
|