mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-16 20:31:15 -07:00
Faster loading rework
- Fixed Batou Local Bits - fixed case insensitivyt bug - added oracle server bit - added the loader stub
This commit is contained in:
parent
04c6996897
commit
be1cbd69d4
4 changed files with 29 additions and 3 deletions
16
hostname/oracle-2.sh
Normal file
16
hostname/oracle-2.sh
Normal file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
|
||||
|
||||
COLOR_RST='\[\e[39m\e[49m\]'
|
||||
ULINE='\[\e[4m\]'
|
||||
ULINE_RST='\[\e[24m\]'
|
||||
|
||||
COLOR_NORM='\[\e[1;36m\e[47m\]' # Oracle Blue on White
|
||||
alt_hostname="${ULINE}${COLOR_NORM}\h${COLOR_RST}${ULINE_RST}"
|
||||
|
||||
export PS1="\[\e[01;32m\]\u\[\e[00m\]@\[\e[01;32m\]${alt_hostname}"
|
||||
export PS1+="\[\e[01;34m\] \w \\$\[\e[00m\] "
|
||||
|
||||
unset $alt_hostname $COLOR_NORM $ULINE $ULINE_RST $COLOR_RST
|
Loading…
Add table
Add a link
Reference in a new issue