6 lines
197 B
Plaintext
Executable File
6 lines
197 B
Plaintext
Executable File
export PS1='`whoami`@`hostname | cut -d "." -f1`:${PWD}> '
|
|
# PROMPT: pgadmin@mobus/home/pgadmin>
|
|
|
|
export PS1='$USER@`hostname`[$ORACLE_SID]:$PWD\$ '
|
|
# PROMPT: oracle@ambria.swgalaxy[C3PXPRD]:/app$
|