diff options
Diffstat (limited to 'interactive.sh')
-rwxr-xr-x | interactive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interactive.sh b/interactive.sh index 2ddaa3f..c7813db 100755 --- a/interactive.sh +++ b/interactive.sh @@ -1,4 +1,4 @@ #!/bin/bash source /eng/ssb/auto/astroconda/include/midnight_special.sh export TERM=xterm -PS1="[special] \u@\h:\w$ " bash +PS1="[special]\u@\h:\w$ " bash |