Files
notes/tiddlywiki/Linux prompt examples.txt
2026-03-12 22:01:38 +01:00

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$