]> SALOME platform Git repositories - modules/kernel.git/blob - bin/appliskel/.bashrc
Salome HOME
ab711e0368f4d49dfce3088f66b0b6a14af1c666
[modules/kernel.git] / bin / appliskel / .bashrc
1 #!/bin/bash
2
3 # If not running interactively, don't do anything:
4 [ -z "$PS1" ] && return
5
6 # keep original settings (debian)
7 . ~/.bashrc
8
9 # prefix prompt with naming server hostname and port
10 export PS1='[NS='${NSHOST}':'${NSPORT}']'${PS1}